summaryrefslogtreecommitdiff
path: root/HOWTO/change.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-17 05:49:38 +0000
committerSteven Knight <knight@baldmt.com>2003-01-17 05:49:38 +0000
commit9174c12d92d6a32c087bd5b891022ef5dc6f426f (patch)
tree2762318664fc7750a3a742d789b603c1cf2b48cf /HOWTO/change.txt
parentb71b4b87ff6224de450018ba1a3192103f68160d (diff)
downloadscons-9174c12d92d6a32c087bd5b891022ef5dc6f426f.tar.gz
Initialize the new branch.
Diffstat (limited to 'HOWTO/change.txt')
-rw-r--r--HOWTO/change.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/HOWTO/change.txt b/HOWTO/change.txt
index 81b56b45..5fe9c00c 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.10 {cnum} > scons.0.10.C{cnum}.ae
- pine -attach scons.0.10.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.10 - {SUMMARY}
- Body: aegis -l -p scons.0.10 -c {cnum} cd
+ aedist -s -p scons.0.11 {cnum} > scons.0.11.C{cnum}.ae
+ pine -attach scons.0.11.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.11 - {SUMMARY}
+ Body: aegis -l -p scons.0.11 -c {cnum} cd
- rm scons.0.10.C{cnum}.ae
+ rm scons.0.11.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.10 > scons.0.10.ae
- scp scons.0.10.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.10.ae
- rm scons.0.10.ae
+ aedist -s -bl -p scons.0.11 > scons.0.11.ae
+ scp scons.0.11.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.11.ae
+ rm scons.0.11.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.10 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.10 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.11 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.11 -c {cnum} -u ~/SCons/scons
If you need the "ae2cvs" Perl script, you can find a copy
checked in to the bin/subdirectory.