Author: gozer Date: Wed May 13 02:37:41 2009 New Revision: 774170 URL: http://svn.apache.org/viewvc?rev=774170&view=rev Log: We no longer have direct 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/branches/1.x/RELEASE Modified: perl/modperl/branches/1.x/RELEASE URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/RELEASE?rev=774170&r1=774169&r2=774170&view=diff ============================================================================== --- perl/modperl/branches/1.x/RELEASE (original) +++ perl/modperl/branches/1.x/RELEASE Wed May 13 02:37:41 2009 @@ -14,7 +14,7 @@ http://people.apache.org/~geoff/gpghowto.html Copy the KEYS file into place: - % scp KEYS perl.apache.org:/www/www.apache.org/dist/perl/KEYS + % scp KEYS people.apache.org:/www/www.apache.org/dist/perl/KEYS If this is your first release, ask someone with APML karma on PAUSE to verify you have the appropriate permissions. Likely someone on @@ -80,14 +80,14 @@ 4. Release the package and update links (e.g. mod_perl-1.32.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-1.32.tar.gz perl.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-1.32.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-1.32.tar.gz mod_perl-1.2-current.tar.gz % tar -xzvf mod_perl-1.32.tar.gz @@ -105,7 +105,7 @@ d. update the version and release date modperl-docs/src/download/index_top.html and commit. It'll be automatically updated within 6 hours. Alternatively you can do a - manual update by logging into perl.apache.org and running: + manual update by logging into people.apache.org and running: % /home/perlwww/apache.org/modperl-docs/bin/site_build @@ -127,10 +127,10 @@ % pgps -b --armor mod_perl-1.32.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-1.32.tar.gz.asc perl.apache.org:/www/perl.apache.org/dist/ - % ssh perl.apache.org + % scp mod_perl-1.32.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-1.32.tar.gz.asc % ln -sf mod_perl-1.32.tar.gz.asc mod_perl-1.2-current.tar.gz.asc