summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-08-16 04:22:37 +0000
committerSteven Knight <knight@baldmt.com>2003-08-16 04:22:37 +0000
commit6dc48f2b5298d70fdfa38911a421a9daab6e7ca0 (patch)
treee88246fb6bf8ca17ad9871346e7cfaed3bf93a08 /HOWTO
parent9d21228a092cc048be6e60053d0ed739eec5b629 (diff)
downloadscons-6dc48f2b5298d70fdfa38911a421a9daab6e7ca0.tar.gz
Initialize the new branch.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/change.txt20
-rw-r--r--HOWTO/release.txt68
2 files changed, 44 insertions, 44 deletions
diff --git a/HOWTO/change.txt b/HOWTO/change.txt
index feee849d..9179f679 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.90 {cnum} > scons.0.90.C{cnum}.ae
- pine -attach scons.0.90.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.90 - {SUMMARY}
- Body: aegis -l -p scons.0.90 -c {cnum} cd
+ aedist -s -p scons.0.91 {cnum} > scons.0.91.C{cnum}.ae
+ pine -attach scons.0.91.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.91 - {SUMMARY}
+ Body: aegis -l -p scons.0.91 -c {cnum} cd
- rm scons.0.90.C{cnum}.ae
+ rm scons.0.91.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.90 > scons.0.90.ae
- scp scons.0.90.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.90.ae
- rm scons.0.90.ae
+ aedist -s -bl -p scons.0.91 > scons.0.91.ae
+ scp scons.0.91.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.91.ae
+ rm scons.0.91.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.90 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.90 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.91 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.91 -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 b54cbec0..f769e2c4 100644
--- a/HOWTO/release.txt
+++ b/HOWTO/release.txt
@@ -41,11 +41,11 @@ Things to do to release a new version of SCons:
ae_p scons.0
- aede {90}
+ aede {91}
- aerpass {90}
+ aerpass {91}
- aeib {90}
+ aeib {91}
aeb
@@ -59,16 +59,16 @@ Things to do to release a new version of SCons:
START THE NEW BRANCH FOR RELEASE
- aenbr -p scons.0 {91}
+ aenbr -p scons.0 {92}
- aenc -p scons.0.{91}
+ aenc -p scons.0.{92}
Call it something like,
"Initialize the new branch for release."
Cause = internal_enhancement.
Exempt it from all tests (*_exempt = true).
- ae_p scons.0.{91}
+ ae_p scons.0.{92}
aedb 100
@@ -153,16 +153,16 @@ Things to do to release a new version of SCons:
<your email>
cd incoming
bin
- put scons-0.{91}-1.noarch.rpm
- put scons-0.{91}-1.src.rpm
- put scons-0.{91}.tar.gz
- put scons-0.{91}.win32.exe
- put scons-0.{91}.zip
- put scons-local-0.{91}.tar.gz
- put scons-local-0.{91}.zip
- put scons-src-0.{91}.tar.gz
- put scons-src-0.{91}.zip
- put scons_0.{91}-1_all.deb
+ put scons-0.{92}-1.noarch.rpm
+ put scons-0.{92}-1.src.rpm
+ put scons-0.{92}.tar.gz
+ put scons-0.{92}.win32.exe
+ put scons-0.{92}.zip
+ put scons-local-0.{92}.tar.gz
+ put scons-local-0.{92}.zip
+ put scons-src-0.{92}.tar.gz
+ put scons-src-0.{92}.zip
+ put scons_0.{92}-1_all.deb
Create the new release at the SourceForge project page:
@@ -174,7 +174,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.{91}
+ New release name: 0.{92}
Cut-and-paste or upload the RELEASE.txt file.
@@ -191,12 +191,12 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-0.{91}-1.noarch.rpm Any .rpm
- scons-0.{91}-1.src.rpm Any Source .rpm
- scons-0.{91}.tar.gz Any .gz
- scons-0.{91}.win32.exe i386 .exe (32-bit Windows)
- scons-0.{91}.zip Any .zip
- scons_0.{91}-1_all.deb Any .deb
+ scons-0.{92}-1.noarch.rpm Any .rpm
+ scons-0.{92}-1.src.rpm Any Source .rpm
+ scons-0.{92}.tar.gz Any .gz
+ scons-0.{92}.win32.exe i386 .exe (32-bit Windows)
+ scons-0.{92}.zip Any .zip
+ scons_0.{92}-1_all.deb Any .deb
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -213,7 +213,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.{91}
+ New release name: 0.{92}
Cut-and-paste or upload the RELEASE.txt file.
@@ -230,8 +230,8 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-local-0.{91}.tar.gz Any .gz
- scons-local-0.{91}.zip Any .zip
+ scons-local-0.{92}.tar.gz Any .gz
+ scons-local-0.{92}.zip Any .zip
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -248,7 +248,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.{91}
+ New release name: 0.{92}
Cut-and-paste or upload the RELEASE.txt file.
@@ -265,8 +265,8 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-src-0.{91}.tar.gz Any .gz
- scons-src-0.{91}.zip Any .zip
+ scons-src-0.{92}.tar.gz Any .gz
+ scons-src-0.{92}.zip Any .zip
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -329,7 +329,7 @@ Things to do to release a new version of SCons:
- In the Bugs Tracker, add a Group for the new release (0.91)
+ In the Bugs Tracker, add a Group for the new release {0.92}
@@ -437,7 +437,7 @@ Things to do to release a new version of SCons:
=======================
Template describe-the-release section:
-IMPORTANT: Release 0.91 contains the following interface changes:
+IMPORTANT: Release 0.92 contains the following interface changes:
- XXX
See the release notes for more information about these changes.
@@ -461,7 +461,7 @@ Template scons-devel announcement:
SConspirators--
-SCons alpha release 0.91 is now available for download.
+SCons alpha release 0.92 is now available for download.
XXX Template describe-the-release section goes here XXX
@@ -472,7 +472,7 @@ release.
=======================
Template scons-users + scons-announce announcement:
-Version 0.91 of SCons has been released and is available for download
+Version 0.92 of SCons has been released and is available for download
from the SCons web site:
http://www.scons.org/
@@ -505,7 +505,7 @@ SCons is a software construction tool (build tool, or make tool) written
in Python. It is based on the design which won the Software Carpentry
build tool competition in August 2000.
-Version 0.91 of SCons has been released and is available for download
+Version 0.92 of SCons has been released and is available for download
from the SCons web site:
http://www.scons.org/