From 504302a2b850cb3b87ca4927343713ceb242fdba Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 25 Jun 2003 20:45:49 +0000 Subject: Initialize the new branch for release. --- HOWTO/change.txt | 20 ++++++++++---------- HOWTO/release.txt | 24 ++++++++++++++++-------- 2 files changed, 26 insertions(+), 18 deletions(-) (limited to 'HOWTO') diff --git a/HOWTO/change.txt b/HOWTO/change.txt index 066396e6..feee849d 100644 --- a/HOWTO/change.txt +++ b/HOWTO/change.txt @@ -30,28 +30,28 @@ Handling a change set: -- Distribute the change to scons-aedist: - aedist -s -p scons.0.15 {cnum} > scons.0.15.C{cnum}.ae - pine -attach scons.0.15.C{cnum}.ae scons-aedist@lists.sourceforge.net - Subject: scons.0.15 - {SUMMARY} - Body: aegis -l -p scons.0.15 -c {cnum} cd + aedist -s -p scons.0.90 {cnum} > scons.0.90.C{cnum}.ae + pine -attach scons.0.90.C{cnum}.ae scons-aedist@lists.sourceforge.net + Subject: scons.0.90 - {SUMMARY} + Body: aegis -l -p scons.0.90 -c {cnum} cd - rm scons.0.15.C{cnum}.ae + rm scons.0.90.C{cnum}.ae [This will eventually be automated.] -- Update the aedist baseline on the web site: - aedist -s -bl -p scons.0.15 > scons.0.15.ae - scp scons.0.15.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.15.ae - rm scons.0.15.ae + aedist -s -bl -p scons.0.90 > scons.0.90.ae + scp scons.0.90.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.90.ae + rm scons.0.90.ae [This will eventually be automated.] -- Distribute the change to CVS: export CVS_RSH=ssh - ae2cvs -n -aegis -p scons.0.15 -c {cnum} -u ~/SCons/scons - ae2cvs -X -aegis -p scons.0.15 -c {cnum} -u ~/SCons/scons + ae2cvs -n -aegis -p scons.0.90 -c {cnum} -u ~/SCons/scons + ae2cvs -X -aegis -p scons.0.90 -c {cnum} -u ~/SCons/scons If you need the "ae2cvs" Perl script, you can find a copy checked in to the bin/subdirectory. diff --git a/HOWTO/release.txt b/HOWTO/release.txt index b72adc92..fa5729c5 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -82,9 +82,6 @@ Things to do to release a new version of SCons: aecp SConstruct vi SConstruct - aecp debian/changelog - vi debian/changelog - aecp rpm/scons.spec.in vi rpm/scons.spec.in @@ -98,11 +95,6 @@ Things to do to release a new version of SCons: [optional] aecp HOWTO/release.txt [optional] vi HOWTO/release.txt - # Prep the following files to track the changes - # made during the next development cycle - aecp src/CHANGES.txt src/RELEASE.txt - vi src/CHANGES.txt src/RELEASE.txt - # Read through and update the README files if necessary [optional] aecp README [optional] vi README @@ -425,6 +417,22 @@ Things to do to release a new version of SCons: + Checkin another change to prepare for development on this branch. + + # Prep the following files to track the changes + # made during the next development cycle + aecp src/CHANGES.txt src/RELEASE.txt + vi src/CHANGES.txt src/RELEASE.txt + + # Optionally, update release numbers in the following: + [optional] aecp HOWTO/change.txt + [optional] vi HOWTO/change.txt + + [optional] aecp HOWTO/release.txt + [optional] vi HOWTO/release.txt + + + ======================= Template describe-the-release section: -- cgit v1.2.1