From: David Golden Date: Tue, 14 Jul 2009 03:16:35 +0000 (-0400) Subject: Explain camel and dromedary repository servers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b47aa4955a9c64c9688897d0ecae7b1d84c20a87;p=p5sagit%2Fp5-mst-13.2.git Explain camel and dromedary repository servers Patch provided by Dennis Kaarsemaker. --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index d972f0e..f961acf 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -98,6 +98,14 @@ to push your changes back with the C remote: The C command just updates the C refs, as the objects themselves should have been fetched when pulling from C. +The committers have access to 2 servers that serve perl5.git.perl.org. One is +camel.booking.com, which is the 'master' repository. The perl5.git.perl.org IP +address also lives on this machine. The second one is dromedary.booking.com, +which can be used for general testing and development. Dromedary syncs the git +tree from camel every few minutes, you should not push there. Both machines +also have a full CPAN mirror. To share files with the general public, dromedary +serves your ~/public_html/ as http://users.perl5.git.perl.org/~yourlogin/ + =head1 OVERVIEW OF THE REPOSITORY Once you have changed into the repository directory, you can inspect