geoff 2004/05/21 11:31:58
Modified: . RELEASE Log: add a missing step Revision Changes Path 1.16 +8 -0 modperl-2.0/RELEASE Index: RELEASE =================================================================== RCS file: /home/cvs/modperl-2.0/RELEASE,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- RELEASE 21 May 2004 18:26:47 -0000 1.15 +++ RELEASE 21 May 2004 18:31:58 -0000 1.16 @@ -116,11 +116,19 @@ 7. Distribute to www.apache.org/dist/perl and archive the old package under /www/archive.apache.org/dist/perl/ + b. unpack the package, update symlinks to the tarball and unpacked distro: + % cd /www/www.apache.org/dist/perl/ % cp /www/perl.apache.org/dist/mod_perl-1.99_15.tar.gz* . % tar -xzvf mod_perl-1.99_15.tar.gz % mv mod_perl-1.99_13.tar.gz* /www/archive.apache.org/dist/perl/ % rm -rf mod_perl-1.99_14 + + b. make sure that the files you just created are group rw so + all the dist admins can make changes: + + % find /www/www.apache.org/dist/ -user $USER -type f -exec chmod 0664 {} \; + % find /www/www.apache.org/dist/ -user $USER -type d -exec chmod 0775 {} \; 8. Announce the package