Hello,
On http://android.git.linaro.org/git-ro/, we have Apache configuration for automatically rewriting URLs from .../<base>/... form to .../<base>.git/... form (to match underlying FS layout). However, it doesn't seem to be set up for http://android.git.linaro.org/git-ro/ , which leads to failed checkouts for Android, following is the symptom:
error: Fetch failed. fatal: http://git.linaro.org/git-ro/people/tomgall/libjpeg-turbo/libjpeg-turbo/info... not found: did you run git update-server-info on the server? Fetching projects: 44% (151/341) fatal: http://git.linaro.org/git-ro/tools/pm-qa/info/refs not found: did you run git update-server-info on the server?
Can you please setup the URL rewriting to fix that?