geoff 2003/11/10 13:16:02
Modified: . RELEASE Log: help next RM with cut-and-paste Revision Changes Path 1.7 +14 -14 modperl-2.0/RELEASE Index: RELEASE =================================================================== RCS file: /home/cvs/modperl-2.0/RELEASE,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- RELEASE 9 Oct 2003 05:34:02 -0000 1.6 +++ RELEASE 10 Nov 2003 21:16:02 -0000 1.7 @@ -40,7 +40,7 @@ f. test the final package again at least once -4. Release the package and update links (e.g. mod_perl-1.99_11.tar.gz) +4. Release the package and update links (e.g. mod_perl-1.99_12.tar.gz) a. upload to www.apache.org:/www/perl.apache.org/dist/ @@ -48,11 +48,11 @@ tar ball and unpacked distro: % ssh www.apache.org % cd /www/perl.apache.org/dist/ - % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_11.tar.gz \ + % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_12.tar.gz \ /www/perl.apache.org/dist/mod_perl-2.0-current.tar.gz - % tar -xzvf mod_perl-1.99_11.tar.gz + % tar -xzvf mod_perl-1.99_12.tar.gz % rm /www/perl.apache.org/dist/mod_perl-2.0-current - % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_11 \ + % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_12 \ /www/perl.apache.org/dist/mod_perl-2.0-current c. remove releases older by 2 subversions (keep the last one) @@ -69,7 +69,7 @@ 6. Announce the package a. post ... to the modperl, announce lists - Subject: [ANNOUNCE]: mod_perl 1.99_11 + Subject: [ANNOUNCE]: mod_perl 1.99_12 include - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -81,24 +81,24 @@ a. sign your local copy of the tarball: - % gpg --detach-sign --armor mod_perl-1.99_11.tar.gz + % gpg --detach-sign --armor mod_perl-1.99_12.tar.gz - % pgps -b --armor mod_perl-1.99_11.tar.gz + % pgps -b --armor mod_perl-1.99_12.tar.gz b. upload the generated sig file to www.apache.org: - % scp mod_perl-1.99_11.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/ + % scp mod_perl-1.99_12.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/ % ssh www.apache.org - % chmod 0664 /www/perl.apache.org/dist/mod_perl-1.99_11.tar.gz.asc - % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_11.tar.gz.asc \ + % chmod 0664 /www/perl.apache.org/dist/mod_perl-1.99_12.tar.gz.asc + % ln -sf /www/perl.apache.org/dist/mod_perl-1.99_12.tar.gz.asc \ /www/perl.apache.org/dist/mod_perl-2.0-current.tar.gz.asc c. ask one of the other developers to double check the signature file and tarball: download both files and verify the signature: - % gpg --verify mod_perl-1.99_11.tar.gz.asc + % gpg --verify mod_perl-1.99_12.tar.gz.asc - % pgpv mod_perl-1.99_11.tar.gz.asc + % pgpv mod_perl-1.99_12.tar.gz.asc 8. Prepare for the next cycle @@ -107,10 +107,10 @@ b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 1.99_12-dev + =item 1.99_13-dev c. commit Changes % cvs ci Changes lib/mod_perl.pm d. add a release entry in STATUS and commit - % cvs ci STATUS \ No newline at end of file + % cvs ci STATUS