diff options
author | Steven Knight <knight@baldmt.com> | 2003-06-25 20:45:49 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-06-25 20:45:49 (GMT) |
commit | 504302a2b850cb3b87ca4927343713ceb242fdba (patch) | |
tree | 0a8943542ff6d5086b39b38b3e4fc97b06d301e7 /HOWTO | |
parent | 1536a67932f34b447b28345fb2eb348b54e8ae03 (diff) | |
download | SCons-504302a2b850cb3b87ca4927343713ceb242fdba.zip SCons-504302a2b850cb3b87ca4927343713ceb242fdba.tar.gz SCons-504302a2b850cb3b87ca4927343713ceb242fdba.tar.bz2 |
Initialize the new branch for release.
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/change.txt | 20 | ||||
-rw-r--r-- | HOWTO/release.txt | 24 |
2 files changed, 26 insertions, 18 deletions
diff --git a/HOWTO/change.txt b/HOWTO/change.txt index 066396e..feee849 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 b72adc9..fa5729c 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: |