Open GoogleCodeExporter opened 9 years ago
Since repo is auto-updating to the latest version, this bug if quite severe and
I would expect a lot of builds to start failing shortly.
Original comment by jona...@gmail.com
on 30 Jan 2014 at 3:58
Yes, indeed. Our nightly build broke after updating its 'repo' code and then
trying to run "repo sync". Please, fix ASAP!
Original comment by awolf...@gmail.com
on 30 Jan 2014 at 4:34
Broke my builds as well. Please fix or let us know a work around
Original comment by rathor...@gmail.com
on 30 Jan 2014 at 5:01
In <aosp_root>/.repo/repo checking out a new branch and reverting that commit
works for me.
Original comment by Ladios.J...@gmail.com
on 30 Jan 2014 at 5:05
Yup broke for us aswell, remove-project is indeed needed!
Thanks!
Original comment by sfera...@gmail.com
on 30 Jan 2014 at 5:16
My build broken too. Bisected to same commit.
Is there any way to tell not to autoupdate or to use a specific version of repo?
Original comment by mfuz...@parkeon.com
on 30 Jan 2014 at 5:17
Goto android/.repo/repo dir
git branch test
git checkout test
git revert 8d20116038ff78b22069dd4e993b5819775f03d1
It will revert the commit for now. But will need to update when an update is
released
Original comment by rathor...@gmail.com
on 30 Jan 2014 at 5:20
I'm working on a patch to fix this.
Original comment by davidjames@chromium.org
on 30 Jan 2014 at 6:13
https://gerrit-review.googlesource.com/#/c/54129/ should fix
Original comment by davidjames@chromium.org
on 30 Jan 2014 at 6:26
@David: The change doesn't seem to be publicly available. "The page you
requested was not found, or you do not have permission to view this page."
Original comment by jona...@gmail.com
on 30 Jan 2014 at 6:34
I just updated with a "repo sync" and seems to work for us now.
Thanks for the fast turn-around!!
Original comment by awolf...@gmail.com
on 30 Jan 2014 at 7:13
Works for me as well. Thanks!
Original comment by jona...@gmail.com
on 30 Jan 2014 at 8:42
Original issue reported on code.google.com by
jona...@gmail.com
on 30 Jan 2014 at 3:57