summaryrefslogtreecommitdiff
path: root/HOWTO/change.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-12-14 20:08:06 +0000
committerSteven Knight <knight@baldmt.com>2001-12-14 20:08:06 +0000
commitad37063b59063fb328d2047e1b2e15669bcb134c (patch)
tree9a30f1cfff2c6aa2d010b729c898a2a0f0be68fe /HOWTO/change.txt
parent60ca9b913e5ac7d4f8079e521e8cbf2295c196d9 (diff)
downloadscons-ad37063b59063fb328d2047e1b2e15669bcb134c.tar.gz
Update version numbers, etc., to 0.02.
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 8080a124..9e7d12a6 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.1 {cnum} > scons.0.1.C{cnum}.ae
- pine -attach scons.0.1.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.1 - {SUMMARY}
- Body: aegis -l -p scons.0.1 -c {cnum} cd
+ aedist -s -p scons.0.2 {cnum} > scons.0.2.C{cnum}.ae
+ pine -attach scons.0.2.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.2 - {SUMMARY}
+ Body: aegis -l -p scons.0.2 -c {cnum} cd
- rm scons.0.1.C{cnum}.ae
+ rm scons.0.2.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.1 > scons.0.1.ae
- scp scons.0.1.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.1.ae
- rm scons.0.1.ae
+ aedist -s -bl -p scons.0.2 > scons.0.2.ae
+ scp scons.0.2.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.2.ae
+ rm scons.0.2.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.1 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.1 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
If you need the "ae2cvs" Perl script, you can find a copy
checked in to the bin/subdirectory.