Skip to content

Commit

Permalink
rsync perl5.git.perl.org has gone away
Browse files Browse the repository at this point in the history
Delete the section from perlhack.pod that mentioned it.
  • Loading branch information
nwc10 committed Oct 6, 2021
1 parent 3003b2b commit 33c3508
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pod/perlhack.pod
Original file line number Diff line number Diff line change
Expand Up @@ -192,24 +192,6 @@ the tree, see recent commits, subscribe to repository notifications,
search for particular commits and more. You may access it at
L<https://github.com/Perl/perl5>.

=head2 Read access via rsync

You can also choose to use rsync to get a copy of the current source
tree for the bleadperl branch and all maintenance branches:

% rsync -avz rsync://perl5.git.perl.org/perl-current .
% rsync -avz rsync://perl5.git.perl.org/perl-5.12.x .
% rsync -avz rsync://perl5.git.perl.org/perl-5.10.x .
% rsync -avz rsync://perl5.git.perl.org/perl-5.8.x .
% rsync -avz rsync://perl5.git.perl.org/perl-5.6.x .
% rsync -avz rsync://perl5.git.perl.org/perl-5.005xx .

(Add the C<--delete> option to remove leftover files.)

To get a full list of the available sync points:

% rsync perl5.git.perl.org::

=head2 Write access via git

If you have a commit bit, please see L<perlgit> for more details on
Expand Down

0 comments on commit 33c3508

Please sign in to comment.