On Fri Mar 08 06:39:44 2013, paul.sokolovsky@linaro.org wrote:
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/refs 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?
Hi,
From what I can see the redirect is in place however repos you are
asking for is not: $ ls -l /srv/gerrit/linaro/git/people/ total 8 drwxrwsr-x 4 gerrit gerrit 4096 2012-12-01 23:48 bero drwxrwsr-x 6 gerrit gerrit 4096 2012-12-13 17:45 pfefferz $
$ ls -l /srv/gerrit/linaro/git/tools/pm-qa/ ls: cannot access /srv/gerrit/linaro/git/tools/pm-qa/: No such file or directory
Could you double check if you are asking for the right repos?