diff options
author | David Golden <dagolden@cpan.org> | 2009-07-13 23:16:35 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2009-07-14 06:42:54 -0400 |
commit | b47aa4955a9c64c9688897d0ecae7b1d84c20a87 (patch) | |
tree | 2f97902a748535f86523ba2a950d37c6e53b6de2 /pod/perlrepository.pod | |
parent | 4dd71923a4816d49eef5a43f9290f38ccae2a776 (diff) | |
download | perl-b47aa4955a9c64c9688897d0ecae7b1d84c20a87.tar.gz |
Explain camel and dromedary repository servers
Patch provided by Dennis Kaarsemaker.
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index d972f0e566..f961acf19b 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -98,6 +98,14 @@ to push your changes back with the C<camel> remote: The C<fetch> command just updates the C<camel> refs, as the objects themselves should have been fetched when pulling from C<origin>. +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 |