https://bugzilla.wikimedia.org/show_bug.cgi?id=53683

--- Comment #12 from Antoine "hashar" Musso <[email protected]> ---
A solution would be to use git daemon to publish the repositories.

On the server (gallium):

 git daemon --base-path=/srv/ssd/zuul/git --export-all --verbose

On the client side, use the git protocol to clone:

 git clone --verbose --progress \
 --reference /srv/ssd/gerrit/mediawiki/core.git \
 git://localhost:9418/mediawiki/core

That takes a few seconds to initialize, the resulting .git directory is quite
small.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to