summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-05-22 13:39:56 +0000
committerSteven Knight <knight@baldmt.com>2003-05-22 13:39:56 +0000
commit3cd0cc01eea31837d999e5a29a30a46d3b6c480a (patch)
treeca709096831db63547c321f8880baa2a3c47fb90 /HOWTO
parent97561c23f6f42567b7cb53df97bb0c94c8bb55f1 (diff)
downloadscons-3cd0cc01eea31837d999e5a29a30a46d3b6c480a.tar.gz
Initialize the new branch.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/change.txt20
-rw-r--r--HOWTO/release.txt76
2 files changed, 48 insertions, 48 deletions
diff --git a/HOWTO/change.txt b/HOWTO/change.txt
index b13e1d53..066396e6 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.14 {cnum} > scons.0.14.C{cnum}.ae
- pine -attach scons.0.14.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.14 - {SUMMARY}
- Body: aegis -l -p scons.0.14 -c {cnum} cd
+ aedist -s -p scons.0.15 {cnum} > scons.0.15.C{cnum}.ae
+ pine -attach scons.0.15.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.15 - {SUMMARY}
+ Body: aegis -l -p scons.0.15 -c {cnum} cd
- rm scons.0.14.C{cnum}.ae
+ rm scons.0.15.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.14 > scons.0.14.ae
- scp scons.0.14.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.14.ae
- rm scons.0.14.ae
+ aedist -s -bl -p scons.0.15 > scons.0.15.ae
+ scp scons.0.15.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.15.ae
+ rm scons.0.15.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.14 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.14 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.15 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.15 -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 38d27a68..d9c0ae88 100644
--- a/HOWTO/release.txt
+++ b/HOWTO/release.txt
@@ -65,11 +65,11 @@ Things to do to release a new version of SCons:
ae_p scons.0
- aede {14}
+ aede {15}
- aerpass {14}
+ aerpass {15}
- aeib {14}
+ aeib {15}
aeb
@@ -94,16 +94,16 @@ Things to do to release a new version of SCons:
<your email>
cd incoming
bin
- put scons-0.14-1.noarch.rpm
- put scons-0.14-1.src.rpm
- put scons-0.14.tar.gz
- put scons-0.14.win32.exe
- put scons-0.14.zip
- put scons-local-0.14.tar.gz
- put scons-local-0.14.zip
- put scons-src-0.14.tar.gz
- put scons-src-0.14.zip
- put scons_0.14-1_all.deb
+ put scons-0.15-1.noarch.rpm
+ put scons-0.15-1.src.rpm
+ put scons-0.15.tar.gz
+ put scons-0.15.win32.exe
+ put scons-0.15.zip
+ put scons-local-0.15.tar.gz
+ put scons-local-0.15.zip
+ put scons-src-0.15.tar.gz
+ put scons-src-0.15.zip
+ put scons_0.15-1_all.deb
Create the new release at the SourceForge project page:
@@ -115,7 +115,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.14
+ New release name: 0.15
Cut-and-paste or upload the RELEASE.txt file.
@@ -132,12 +132,12 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-0.14-1.noarch.rpm Any .rpm
- scons-0.14-1.src.rpm Any Source .rpm
- scons-0.14.tar.gz Any .gz
- scons-0.14.win32.exe i386 .exe (32-bit Windows)
- scons-0.14.zip Any .zip
- scons_0.14-1_all.deb Any .deb
+ scons-0.15-1.noarch.rpm Any .rpm
+ scons-0.15-1.src.rpm Any Source .rpm
+ scons-0.15.tar.gz Any .gz
+ scons-0.15.win32.exe i386 .exe (32-bit Windows)
+ scons-0.15.zip Any .zip
+ scons_0.15-1_all.deb Any .deb
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -154,7 +154,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.14
+ New release name: 0.15
Cut-and-paste or upload the RELEASE.txt file.
@@ -171,8 +171,8 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-local-0.14.tar.gz Any .gz
- scons-local-0.14.zip Any .zip
+ scons-local-0.15.tar.gz Any .gz
+ scons-local-0.15.zip Any .zip
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -189,7 +189,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.14
+ New release name: 0.15
Cut-and-paste or upload the RELEASE.txt file.
@@ -206,8 +206,8 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-src-0.14.tar.gz Any .gz
- scons-src-0.14.zip Any .zip
+ scons-src-0.15.tar.gz Any .gz
+ scons-src-0.15.zip Any .zip
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -216,7 +216,7 @@ Things to do to release a new version of SCons:
Release Notice section.
- Hide release {0.10} 2 at the SourceForge download page:
+ Hide release {0.13} at the SourceForge download page:
Go to the Admin page
@@ -226,7 +226,7 @@ Things to do to release a new version of SCons:
=> Edit Releases
- Release Name: {0.10}
+ Release Name: {0.13}
=> Edit This Release
@@ -243,7 +243,7 @@ Things to do to release a new version of SCons:
=> Edit Releases
- Release Name: {0.10}
+ Release Name: {0.13}
=> Edit This Release
@@ -260,7 +260,7 @@ Things to do to release a new version of SCons:
=> Edit Releases
- Release Name: {0.10}
+ Release Name: {0.13}
=> Edit This Release
@@ -270,7 +270,7 @@ Things to do to release a new version of SCons:
- In the Bugs Tracker, add a Group for the new release (0.14)
+ In the Bugs Tracker, add a Group for the new release (0.15)
@@ -343,15 +343,15 @@ Things to do to release a new version of SCons:
START THE NEW BRANCH
- aenbr -p scons.0 {14}
+ aenbr -p scons.0 {16}
- aenc -p scons.0.{14}
+ aenc -p scons.0.{16}
Call it something like, "Initialize the new
branch." Cause = internal_enhancement. Exempt
it from all tests (*_exempt = true).
- ae_p scons.0.{14}
+ ae_p scons.0.{16}
aedb 100
@@ -390,7 +390,7 @@ Things to do to release a new version of SCons:
=======================
Template describe-the-release section:
-IMPORTANT: Release 0.14 contains the following interface changes:
+IMPORTANT: Release 0.15 contains the following interface changes:
- XXX
See the release notes for more information about these changes.
@@ -414,7 +414,7 @@ Template scons-devel announcement:
SConspirators--
-SCons alpha release 0.14 is now available for download.
+SCons alpha release 0.15 is now available for download.
XXX Template describe-the-release section goes here XXX
@@ -425,7 +425,7 @@ release.
=======================
Template scons-users + scons-announce announcement:
-Version 0.14 of SCons has been released and is available for download
+Version 0.15 of SCons has been released and is available for download
from the SCons web site:
http://www.scons.org/
@@ -458,7 +458,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.14 of SCons has been released and is available for download
+Version 0.15 of SCons has been released and is available for download
from the SCons web site:
http://www.scons.org/