New issue
Advanced search Search tips

Issue 722755 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Landing downstream Chrome iOS code with gerrit

Project Member Reported by jif@chromium.org, May 16 2017

Issue description

Uploading Chrome iOS CL the "regular way" (i.e. the way it works with Rietveld) results in a Gerrit CL in the "chrome/ios_internal" project, while according to Chrome Infra it should be in the "bling" project.

To reproduce, obtain a tree by following instructions at https://chrome-internal.googlesource.com/chrome/ios_internal/+/master/docs/engineering/building/getting_the_source.md, in particular:

glogin
mkdir ${HOME}/bling
cd ${HOME}/bling
fetch ios_internal --target_os_only=True

And then upload a CL to gerrit:
git config --local gerrit.host true
git commit -am "bla bla bla"
git cl upload
 
Status: WontFix (was: Assigned)
Actually, that was my mistake - it's working as intended. Gerrit is now the default code review for ios_internal, and it seems to be working fine.

Sign in to add a comment