diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-21 03:40:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-21 03:40:40 (GMT) |
commit | d5abaa6ca0d08ac270f6ee2797b791a19d5c8747 (patch) | |
tree | 5a8cfcfbe2e7e865c3ddcdf55bf48e567fd19bb0 /HOWTO/change.txt | |
parent | b8ad44992b38ccbe31ab15d1f60d41b9d9e67c7c (diff) | |
download | SCons-d5abaa6ca0d08ac270f6ee2797b791a19d5c8747.zip SCons-d5abaa6ca0d08ac270f6ee2797b791a19d5c8747.tar.gz SCons-d5abaa6ca0d08ac270f6ee2797b791a19d5c8747.tar.bz2 |
Prep the branch for the work towards the next release.
Diffstat (limited to 'HOWTO/change.txt')
-rw-r--r-- | HOWTO/change.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/HOWTO/change.txt b/HOWTO/change.txt index 9179f67..ff94988 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.91 {cnum} > scons.0.91.C{cnum}.ae - pine -attach scons.0.91.C{cnum}.ae scons-aedist@lists.sourceforge.net - Subject: scons.0.91 - {SUMMARY} - Body: aegis -l -p scons.0.91 -c {cnum} cd + aedist -s -p scons.0.92 {cnum} > scons.0.92.C{cnum}.ae + pine -attach scons.0.92.C{cnum}.ae scons-aedist@lists.sourceforge.net + Subject: scons.0.92 - {SUMMARY} + Body: aegis -l -p scons.0.92 -c {cnum} cd - rm scons.0.91.C{cnum}.ae + rm scons.0.92.C{cnum}.ae [This will eventually be automated.] -- Update the aedist baseline on the web site: - aedist -s -bl -p scons.0.91 > scons.0.91.ae - scp scons.0.91.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.91.ae - rm scons.0.91.ae + aedist -s -bl -p scons.0.92 > scons.0.92.ae + scp scons.0.92.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.92.ae + rm scons.0.92.ae [This will eventually be automated.] -- Distribute the change to CVS: export CVS_RSH=ssh - ae2cvs -n -aegis -p scons.0.91 -c {cnum} -u ~/SCons/scons - ae2cvs -X -aegis -p scons.0.91 -c {cnum} -u ~/SCons/scons + ae2cvs -n -aegis -p scons.0.92 -c {cnum} -u ~/SCons/scons + ae2cvs -X -aegis -p scons.0.92 -c {cnum} -u ~/SCons/scons If you need the "ae2cvs" Perl script, you can find a copy checked in to the bin/subdirectory. |