Comment 3 for bug 1181907

Revision history for this message
Paul Sokolovsky (pfalcon) wrote : Re: all the builds are failing in repo init

Also, trying w/o our mirror (i.e. using official AOSP repo):

$ REPO_TRACE=1 repo init -u http://android.git.linaro.org/git-ro/platform/manifest.git -b linaro_android_4.2.2 -m default.xml
Get https://gerrit.googlesource.com/git-repo
remote: Counting objects: 101, done
remote: Finding sources: 100% (101/101)
remote: Total 2448 (delta 1432), reused 2448 (delta 1432)

As can be see here, AOSP itself doesn't use bundle specifically for repo, but rather clones it directly from git.

So, maybe skipping creation of bundle for repo will be proper fix on our side either.