New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 873232 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug


Previous locations:
gerrit:9556


Sign in to add a comment

there seems to be a problem with uploading updates for draft patches

Project Member Reported by vbendeb@chromium.org, Aug 10

Issue description

I am working with a stack of two patches:

https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1171200
https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1171201


I first uploaded them using 'repo upload ... -d', then I edited the patches and tried uploading the new set using the same 'repo upload ... -d' command.

At this point the new version did not show up on the server, in the box where diff sides can be picked option 'edit' showed up, but when trying to see diffs it would show the single source, not diffs.

then I tried to run 'repo upload ...' (without -d) - at this point the command line reported that patches got updated, but I don't see the second patchset when looking on the server. But when I try removing these patches from the server, it refuses to remove, reporting that newer versions are available.

Not sure if I am missing something, will leave these two patches alone in case someone wants to investigate.
 
Project: chromium
Moved issue gerrit:9556 to now be issue chromium:873232.
Cc: kaspern@google.com
Components: Infra>Codereview>Gerrit
Bumping this over to Chromium for triage. We on Gerrit don't maintain the repo CLI, but if there's a Gerrit bug here I can definitely help,
Components: Infra>Client>ChromeOS>Build
Labels: Pri-3 Type-Bug
Status: Available (was: New)
this is fallout from disabling support for Private CLs in chromium GoB instances.  draft CLs are no longer a thing, so they're converted to private CLs instead.

the latest repo (not released) has explicit --private & --wip flags.
Cc: -kaspern@google.com
and cherry picks for these features have been prepared back in October and could be merged into chrome os repo any time:

https://chromium-review.googlesource.com/c/external/repo/+/1309161
https://chromium-review.googlesource.com/c/external/repo/+/1318281
https://chromium-review.googlesource.com/c/external/repo/+/1318282

Mike, is there a reason not to merge this?

Sign in to add a comment