Bug 52181 - some http repos are out of sync
Summary: some http repos are out of sync
Status: RESOLVED FIXED
Alias: None
Product: freedesktop.org
Classification: Unclassified
Component: Version control (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: fd.o Admin Massive
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 07:59 UTC by Björn Michaelsen
Modified: 2012-07-22 17:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.