
gozer at apache
May 12, 2009, 7:40 PM
Post #1 of 1
(812 views)
Permalink
|
|
svn commit: r774171 - /perl/modperl/trunk/RELEASE
|
|
Author: gozer Date: Wed May 13 02:40:20 2009 New Revision: 774171 URL: http://svn.apache.org/viewvc?rev=774171&view=rev Log: We no longer have direct access to perl.apache.org. people.apache.org replaces it for all release purposes, except it's on a delayed rsync from there to the live site. Updating RELEASE instructions accordingly Modified: perl/modperl/trunk/RELEASE Modified: perl/modperl/trunk/RELEASE URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=774171&r1=774170&r2=774171&view=diff ============================================================================== --- perl/modperl/trunk/RELEASE (original) +++ perl/modperl/trunk/RELEASE Wed May 13 02:40:20 2009 @@ -102,14 +102,14 @@ 4. Release the package and update links (e.g. mod_perl-2.0.5.tar.gz) - a. upload to perl.apache.org:/www/perl.apache.org/dist/ + a. upload to people.apache.org:/www/perl.apache.org/dist/ - % scp mod_perl-2.0.5.tar.gz perl.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-2.0.5.tar.gz people.apache.org:/www/perl.apache.org/dist/ - b. ssh to perl.apache.org, unpack the package, update symlinks to the + b. ssh to people.apache.org, unpack the package, update symlinks to the tar ball and unpacked distro: - % ssh perl.apache.org + % ssh people.apache.org % cd /www/perl.apache.org/dist/ % ln -sf mod_perl-2.0.5.tar.gz mod_perl-2.0-current.tar.gz % tar -xzvf mod_perl-2.0.5.tar.gz @@ -152,10 +152,10 @@ % pgps -b --armor mod_perl-2.0.5.tar.gz - b. upload the generated sig file to perl.apache.org: + b. upload the generated sig file to people.apache.org: - % scp mod_perl-2.0.5.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/ - % ssh perl.apache.org + % scp mod_perl-2.0.5.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/ + % ssh people.apache.org % cd /www/perl.apache.org/dist/ % chmod 0664 mod_perl-2.0.5.tar.gz.asc % ln -sf mod_perl-2.0.5.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
|