summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-25 22:44:34 +0000
committerSteven Knight <knight@baldmt.com>2002-02-25 22:44:34 +0000
commit22377ca1715d2b67a5e72cdede0fb0103e4c7ff1 (patch)
treef6c258a93e60f2ec1132871dc9ea7e81a22c2d62 /HOWTO
parent8289435e0814081e0be0f8dbb096d0c59415f890 (diff)
downloadscons-22377ca1715d2b67a5e72cdede0fb0103e4c7ff1.tar.gz
Initialize the new branch.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/change.txt20
-rw-r--r--HOWTO/release.txt42
2 files changed, 31 insertions, 31 deletions
diff --git a/HOWTO/change.txt b/HOWTO/change.txt
index b3fc48c1..216cfb68 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.5 {cnum} > scons.0.5.C{cnum}.ae
- pine -attach scons.0.5.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.5 - {SUMMARY}
- Body: aegis -l -p scons.0.5 -c {cnum} cd
+ aedist -s -p scons.0.6 {cnum} > scons.0.6.C{cnum}.ae
+ pine -attach scons.0.6.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.6 - {SUMMARY}
+ Body: aegis -l -p scons.0.6 -c {cnum} cd
- rm scons.0.5.C{cnum}.ae
+ rm scons.0.6.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.5 > scons.0.5.ae
- scp scons.0.5.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.5.ae
- rm scons.0.5.ae
+ aedist -s -bl -p scons.0.6 > scons.0.6.ae
+ scp scons.0.6.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.6.ae
+ rm scons.0.6.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.5 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.5 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.6 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.6 -c {cnum} -u ~/SCons/scons
If you need the "ae2cvs" Perl script, you can find a copy
checked in to the bin/subdirectory.
diff --git a/HOWTO/release.txt b/HOWTO/release.txt
index ca8bbed5..e668be2b 100644
--- a/HOWTO/release.txt
+++ b/HOWTO/release.txt
@@ -49,11 +49,11 @@ Things to do to release a new version of SCons:
ae_p scons.0
- aede {5}
+ aede {6}
- aerpass {5}
+ aerpass {6}
- aeib {5}
+ aeib {6}
aeb
@@ -67,15 +67,15 @@ Things to do to release a new version of SCons:
START THE NEW BRANCH
- aenbr -p scons.0 {6}
+ aenbr -p scons.0 {7}
- aenc -p scons.0.{6}
+ aenc -p scons.0.{7}
Call it something like, "Initialize the new
branch." Cause = internal_enhancement. Exempt
it from all tests (*_exempt = true).
- ae_p scons.0.{6}
+ ae_p scons.0.{7}
aedb 100
@@ -119,12 +119,12 @@ Things to do to release a new version of SCons:
<your email>
cd incoming
bin
- put scons-0.05-1.noarch.rpm
- put scons-0.05-1.src.rpm
- put scons-0.05.tar.gz
- put scons-0.05.win32.exe
- put scons-src-0.05.tar.gz
- put scons_0.05-1_all.deb
+ put scons-0.06-1.noarch.rpm
+ put scons-0.06-1.src.rpm
+ put scons-0.06.tar.gz
+ put scons-0.06.win32.exe
+ put scons-src-0.06.tar.gz
+ put scons_0.06-1_all.deb
Create the new release at the SourceForge project page:
@@ -134,7 +134,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.05
+ New release name: 0.06
Cut-and-paste or upload the RELEASE.txt file.
@@ -149,12 +149,12 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-0.05-1.noarch.rpm Any .rpm
- scons-0.05-1.src.rpm Any Source .rpm
- scons-0.05.tar.gz Any .gz
- scons-0.05.win32.exe i386 Other
- scons-src-0.05.tar.gz Any Source .gz
- scons_0.05-1_all.deb Any .deb
+ scons-0.06-1.noarch.rpm Any .rpm
+ scons-0.06-1.src.rpm Any Source .rpm
+ scons-0.06.tar.gz Any .gz
+ scons-0.06.win32.exe i386 Other
+ scons-src-0.06.tar.gz Any Source .gz
+ scons_0.06-1_all.deb Any .deb
(This has to be done one at a time.)
@@ -183,7 +183,7 @@ Things to do to release a new version of SCons:
- In the Bugs Tracker, add a Group for the new release (0.05)
+ In the Bugs Tracker, add a Group for the new release (0.06)
@@ -255,7 +255,7 @@ Version 0.XXX of SCons contains the following important changes:
- XXX
-For a complete list of changes in version 0.05, see the CHANGES.txt
+For a complete list of changes in version 0.06, see the CHANGES.txt
file in the release itself.