Comment 1 for bug 1137666

Revision history for this message
Данило Шеган (danilo) wrote :

git processes are using all the memory on the android.git.linaro.org so it likely fails in trying to fetch repo itself from git://android.git.linaro.org/tools/repo.git -- try switching that URL to http://android.git.linaro.org/git-ro/tools/repo.git in the "repo init" line.

We're working on providing the same scalable setup for private repositories as well. However, if it fails on them right now, there's not really a lot we can do other than suggest waiting for traffic to go down on git.linaro.org and then try again. We can also kill off git protocol access to git.linaro.org, but that'd be pretty unpopular measure if done all of a sudden.