Bug 52181

Summary: some http repos are out of sync
Product: freedesktop.org Reporter: Björn Michaelsen <bjoern.michaelsen>
Component: Version controlAssignee: fd.o Admin Massive <sitewranglers>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Björn Michaelsen 2012-07-17 07:59:32 UTC
While:
git clone ssh://git.freedesktop.org/git/libreoffice/contrib/dev-tools dev-tools-ssh

shows the same current state that can be seen on the webpage, a repo clone via anonymous http:
git clone http://anongit.freedesktop.org/git/libreoffice/contrib/dev-tools.git/ dev-tools-http

is more than 100 commits outdated.

While this does not seem to affect the libreoffice/core repo, others might be affected too.
Comment 1 Michael Meeks 2012-07-17 09:08:37 UTC
It's almost always better to use the git:// protocol, http: is horribly inefficient meaning we have to re-download the whole pack. Of course that doesn't mean it will fix things but ...

git://anongit.freedesktop.org/libreoffice/core

Apparently we need a post-update hook that calls git update-server-info too ...
Comment 2 Björn Michaelsen 2012-07-17 10:16:14 UTC
wrt git-protocol: uhm, true -- I just took the first url that contained 'anon' and crossed my eye.

Should be fixed now with:
http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/
Comment 3 Tollef Fog Heen 2012-07-22 17:21:36 UTC
I've fixed the hooks now, so the HTTP info will be updated on next push to each of those repos.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.