Sync CVS log from master Aegis repository.
[scons.git] / HOWTO / change.txt
index b83c01a8942294b8e034b11fafe24fdfdb3b8a45..e0d020fc04e6497d50c5586574333b40c4594aea 100644 (file)
@@ -30,28 +30,28 @@ Handling a change set:
 
     -- Distribute the change to scons-aedist:
 
-               aedist -s -p scons.0.4 {cnum} > scons.0.4.C{cnum}.ae
-               pine -attach scons.0.4.C{cnum}.ae scons-aedist@lists.sourceforge.net
-                       Subject: scons.0.4 - {SUMMARY}
-                       Body:  aegis -l -p scons.0.4 -c {cnum} cd
+               aedist -s -p scons.0.93 {cnum} > scons.0.93.C{cnum}.ae
+               pine -attach scons.0.93.C{cnum}.ae scons-aedist@lists.sourceforge.net
+                       Subject: scons.0.93 - {SUMMARY}
+                       Body:  aegis -l -p scons.0.93 -c {cnum} cd
 
-               rm scons.0.4.C{cnum}.ae
+               rm scons.0.93.C{cnum}.ae
 
        [This will eventually be automated.]
 
     -- Update the aedist baseline on the web site:
 
-               aedist -s -bl -p scons.0.4 > scons.0.4.ae
-               scp scons.0.4.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.4.ae
-               rm scons.0.4.ae
+               aedist -s -bl -p scons.0.93 > scons.0.93.ae
+               scp scons.0.93.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.93.ae
+               rm scons.0.93.ae
 
        [This will eventually be automated.]
 
     -- Distribute the change to CVS:
 
                export CVS_RSH=ssh
-               ae2cvs -n -aegis -p scons.0.4 -c {cnum} -u ~/SCons/scons
-               ae2cvs -X -aegis -p scons.0.4 -c {cnum} -u ~/SCons/scons
+               ae2cvs -n -aegis -p scons.0.93 -c {cnum} -u ~/SCons/scons
+               ae2cvs -X -aegis -p scons.0.93 -c {cnum} -u ~/SCons/scons
 
         If you need the "ae2cvs" Perl script, you can find a copy
         checked in to the bin/subdirectory.