summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-12-14 20:08:06 +0000
committerSteven Knight <knight@baldmt.com>2001-12-14 20:08:06 +0000
commitad37063b59063fb328d2047e1b2e15669bcb134c (patch)
tree9a30f1cfff2c6aa2d010b729c898a2a0f0be68fe
parent60ca9b913e5ac7d4f8079e521e8cbf2295c196d9 (diff)
downloadscons-ad37063b59063fb328d2047e1b2e15669bcb134c.tar.gz
Update version numbers, etc., to 0.02.
-rw-r--r--Construct4
-rw-r--r--HOWTO/change.txt20
-rw-r--r--HOWTO/release.txt10
-rw-r--r--config2
-rw-r--r--debian/changelog7
-rw-r--r--debian/scons.postinst2
-rw-r--r--rpm/scons.spec2
7 files changed, 32 insertions, 15 deletions
diff --git a/Construct b/Construct
index f28d0824..f39bcb3e 100644
--- a/Construct
+++ b/Construct
@@ -41,7 +41,7 @@ sub cons::whereis {
my $file = shift;
foreach my $dir (split(/$Config{path_sep}/, $ENV{PATH})) {
$f = File::Spec->catfile($dir, $file);
- return $f if -x $f;
+ return $f if -x $f && ! -d $f;
}
return undef
}
@@ -85,7 +85,7 @@ $developer = $ARG{developer} || $ENV{USERNAME} || $ENV{LOGNAME} || $ENV{USER};
$revision = $ARG{version};
chomp($revision = `$aesub '\$version' 2>/dev/null`) if $aesub && ! $revision;
-$revision = '0.01' if ! $revision;
+$revision = '0.02' if ! $revision;
$change = $ARG{change};
chomp($change = `$aesub '\$change' 2>/dev/null`) if $aesub && ! $change;
diff --git a/HOWTO/change.txt b/HOWTO/change.txt
index 8080a124..9e7d12a6 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.1 {cnum} > scons.0.1.C{cnum}.ae
- pine -attach scons.0.1.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.1 - {SUMMARY}
- Body: aegis -l -p scons.0.1 -c {cnum} cd
+ aedist -s -p scons.0.2 {cnum} > scons.0.2.C{cnum}.ae
+ pine -attach scons.0.2.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.2 - {SUMMARY}
+ Body: aegis -l -p scons.0.2 -c {cnum} cd
- rm scons.0.1.C{cnum}.ae
+ rm scons.0.2.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.1 > scons.0.1.ae
- scp scons.0.1.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.1.ae
- rm scons.0.1.ae
+ aedist -s -bl -p scons.0.2 > scons.0.2.ae
+ scp scons.0.2.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.2.ae
+ rm scons.0.2.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.1 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.1 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.2 -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 0adc94ea..2668499b 100644
--- a/HOWTO/release.txt
+++ b/HOWTO/release.txt
@@ -17,6 +17,15 @@ Things to do to release a version of SCons:
START THE NEW BRANCH (need more info)
+ aenc -p {newbranch}
+ aedb
+ aecp Construct debian/changelog rpm/scons.spec
+ [optional] aecp HOWTO/change.txt debian/scons.postinst
+ aeb
+ aet -reg
+ aede
+ etc.
+
Read through the FAQ for any updates
@@ -27,6 +36,7 @@ Things to do to release a version of SCons:
announcement on the home page
new packages in the download page
checkin new scons-doc.tar.gz on the web site
+ update the CHANGES.txt file
diff --git a/config b/config
index 9ecf0137..44e99ce4 100644
--- a/config
+++ b/config
@@ -242,7 +242,7 @@ diff_command =
* written to conform to Perl conventions) and Aegis' expectations.
* See the comments in the test.pl script itself for details.
*/
-test_command = "python runtest.py -b aegis -q -v ${VERsion} ${File_Name}";
+test_command = "python ${Source runtest.py} -b aegis -q -v ${VERsion} ${File_Name}";
new_test_filename = "test/CHANGETHIS.py";
diff --git a/debian/changelog b/debian/changelog
index 1570b269..cd638a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scons (0.02-1) unstable; urgency=low
+
+ * Second Release.
+
+ -- Steven Knight <knight@baldmt.com> Fri, 14 Dec 2001 13:23:03 -0600
+
+
scons (0.01-1) unstable; urgency=low
* Initial Release.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index 34d87abc..8b36fd35 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -6,7 +6,7 @@
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.01"
+DIRLIST="/usr/lib/scons-0.02"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/rpm/scons.spec b/rpm/scons.spec
index 5c760c62..c8feb9c7 100644
--- a/rpm/scons.spec
+++ b/rpm/scons.spec
@@ -1,5 +1,5 @@
%define name scons
-%define version 0.01
+%define version 0.02
%define release 1
Summary: an Open Source software construction tool