diff options
author | Steven Knight <knight@baldmt.com> | 2002-05-04 04:51:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-05-04 04:51:40 (GMT) |
commit | a79fc1da313aa09ed0007b8c797ab080b038fee8 (patch) | |
tree | ffd857dec56003d3be30af22be48249cdc708a49 /HOWTO/change.txt | |
parent | 291533b4080c7db76da6b030cd8b7b8c1a70aa2a (diff) | |
download | SCons-a79fc1da313aa09ed0007b8c797ab080b038fee8.zip SCons-a79fc1da313aa09ed0007b8c797ab080b038fee8.tar.gz SCons-a79fc1da313aa09ed0007b8c797ab080b038fee8.tar.bz2 |
Initialize the new branch.
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 23ecab5..8824e87 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.7 {cnum} > scons.0.7.C{cnum}.ae - pine -attach scons.0.7.C{cnum}.ae scons-aedist@lists.sourceforge.net - Subject: scons.0.7 - {SUMMARY} - Body: aegis -l -p scons.0.7 -c {cnum} cd + aedist -s -p scons.0.8 {cnum} > scons.0.8.C{cnum}.ae + pine -attach scons.0.8.C{cnum}.ae scons-aedist@lists.sourceforge.net + Subject: scons.0.8 - {SUMMARY} + Body: aegis -l -p scons.0.8 -c {cnum} cd - rm scons.0.7.C{cnum}.ae + rm scons.0.8.C{cnum}.ae [This will eventually be automated.] -- Update the aedist baseline on the web site: - aedist -s -bl -p scons.0.7 > scons.0.7.ae - scp scons.0.7.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.7.ae - rm scons.0.7.ae + aedist -s -bl -p scons.0.8 > scons.0.8.ae + scp scons.0.8.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.8.ae + rm scons.0.8.ae [This will eventually be automated.] -- Distribute the change to CVS: export CVS_RSH=ssh - ae2cvs -n -aegis -p scons.0.7 -c {cnum} -u ~/SCons/scons - ae2cvs -X -aegis -p scons.0.7 -c {cnum} -u ~/SCons/scons + ae2cvs -n -aegis -p scons.0.8 -c {cnum} -u ~/SCons/scons + ae2cvs -X -aegis -p scons.0.8 -c {cnum} -u ~/SCons/scons If you need the "ae2cvs" Perl script, you can find a copy checked in to the bin/subdirectory. |