You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, the cronjobs that run on the master mirror server are below.
cpan/content is a clone of this repository. cpan/ is devel/cpanorg-generators for weird historical reasons.
cd cpan; ./bin/update-CPAN-data
cd cpan/content; make update-daily
cd cpan/content; make update-master
cd cpan; bin/update-CPAN-indices
cd cpan; bin/update-CPAN-timestamp
cd cpan; bin/update-CPAN-MIRRORING.FROM > ~/tmp/mf.2 && mv ~/tmp/mf.2 CPAN/MIRRORING.FROM
cd cpan; bin/update-CPAN-RECENT
cd cpan; bin/perl-label.sh
(plus a few related to the mirrors list).
The text was updated successfully, but these errors were encountered:
FWIW, the cronjobs that run on the master mirror server are below.
cpan/content
is a clone of this repository.cpan/
is devel/cpanorg-generators for weird historical reasons.(plus a few related to the mirrors list).
The text was updated successfully, but these errors were encountered: