summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-11-03 23:29:02 +0000
committerSteven Knight <knight@baldmt.com>2003-11-03 23:29:02 +0000
commit6c596f1833a9e169e97356721d82a1ccf5fa37cc (patch)
tree387b2d0018114bbc86c7cd916ee8987c77e5a6ee /HOWTO
parentd64a435c6ad5196230fea4e8637d1ba03959b676 (diff)
downloadscons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.tar.gz
Sync CVS log from master Aegis repository.
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 ff949883..e0d020fc 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.92 {cnum} > scons.0.92.C{cnum}.ae
- pine -attach scons.0.92.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.92 - {SUMMARY}
- Body: aegis -l -p scons.0.92 -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.92.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.92 > scons.0.92.ae
- scp scons.0.92.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.92.ae
- rm scons.0.92.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.92 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.92 -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.
diff --git a/HOWTO/release.txt b/HOWTO/release.txt
index f93c5a8a..e89c7099 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 {92}
+ aede {93}
- aerpass {92}
+ aerpass {93}
- aeib {92}
+ aeib {93}
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 {93}
+ aenbr -p scons.0 {94}
- aenc -p scons.0.{93}
+ aenc -p scons.0.{94}
Call it something like,
"Initialize the new branch for release."
Cause = internal_enhancement.
Exempt it from all tests (*_exempt = true).
- ae_p scons.0.{93}
+ ae_p scons.0.{94}
aedb 100
@@ -146,16 +146,16 @@ Things to do to release a new version of SCons:
<your email>
cd incoming
bin
- put scons-0.{93}-1.noarch.rpm
- put scons-0.{93}-1.src.rpm
- put scons-0.{93}.tar.gz
- put scons-0.{93}.win32.exe
- put scons-0.{93}.zip
- put scons-local-0.{93}.tar.gz
- put scons-local-0.{93}.zip
- put scons-src-0.{93}.tar.gz
- put scons-src-0.{93}.zip
- put scons_0.{93}-1_all.deb
+ put scons-0.{94}-1.noarch.rpm
+ put scons-0.{94}-1.src.rpm
+ put scons-0.{94}.tar.gz
+ put scons-0.{94}.win32.exe
+ put scons-0.{94}.zip
+ put scons-local-0.{94}.tar.gz
+ put scons-local-0.{94}.zip
+ put scons-src-0.{94}.tar.gz
+ put scons-src-0.{94}.zip
+ put scons_0.{94}-1_all.deb
Create the new release at the SourceForge project page:
@@ -167,7 +167,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.{93}
+ New release name: 0.{94}
Cut-and-paste or upload the RELEASE.txt file.
@@ -184,12 +184,12 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-0.{93}-1.noarch.rpm Any .rpm
- scons-0.{93}-1.src.rpm Any Source .rpm
- scons-0.{93}.tar.gz Any .gz
- scons-0.{93}.win32.exe i386 .exe (32-bit Windows)
- scons-0.{93}.zip Any .zip
- scons_0.{93}-1_all.deb Any .deb
+ scons-0.{94}-1.noarch.rpm Any .rpm
+ scons-0.{94}-1.src.rpm Any Source .rpm
+ scons-0.{94}.tar.gz Any .gz
+ scons-0.{94}.win32.exe i386 .exe (32-bit Windows)
+ scons-0.{94}.zip Any .zip
+ scons_0.{94}-1_all.deb Any .deb
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -206,7 +206,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.{93}
+ New release name: 0.{94}
Cut-and-paste or upload the RELEASE.txt file.
@@ -223,8 +223,8 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-local-0.{93}.tar.gz Any .gz
- scons-local-0.{93}.zip Any .zip
+ scons-local-0.{94}.tar.gz Any .gz
+ scons-local-0.{94}.zip Any .zip
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -241,7 +241,7 @@ Things to do to release a new version of SCons:
=> Add Release
- New release name: 0.{93}
+ New release name: 0.{94}
Cut-and-paste or upload the RELEASE.txt file.
@@ -258,8 +258,8 @@ Things to do to release a new version of SCons:
Edit the file info:
- scons-src-0.{93}.tar.gz Any .gz
- scons-src-0.{93}.zip Any .zip
+ scons-src-0.{94}.tar.gz Any .gz
+ scons-src-0.{94}.zip Any .zip
Click "Update/Refresh" for each file; this must be done
one at a time.
@@ -268,7 +268,7 @@ Things to do to release a new version of SCons:
Release Notice section.
- Hide release {0.90} at the SourceForge download page:
+ Hide release 0.{92} at the SourceForge download page:
Go to the Admin page
@@ -278,7 +278,7 @@ Things to do to release a new version of SCons:
=> Edit Releases
- Release Name: {0.90}
+ Release Name: 0.{92}
=> Edit This Release
@@ -295,7 +295,7 @@ Things to do to release a new version of SCons:
=> Edit Releases
- Release Name: {0.90}
+ Release Name: 0.{92}
=> Edit This Release
@@ -312,7 +312,7 @@ Things to do to release a new version of SCons:
=> Edit Releases
- Release Name: {0.90}
+ Release Name: 0.{92}
=> Edit This Release
@@ -322,7 +322,7 @@ Things to do to release a new version of SCons:
- In the Bugs Tracker, add a Group for the new release {0.92}
+ In the Bugs Tracker, add a Group for the new release 0.{92}