summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-25 15:33:07 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-25 15:33:07 +0200
commit16bc58049adac72cb1f398d9f89e42757bb4a22f (patch)
tree4bd9643dd0bcf91fc8c6420a4a33337a0bda6e46 /bin
parent78989ebb445af2c6462ae2bf05ffd588d76610e4 (diff)
Imported Upstream version 2.3.3upstream/2.3.3
Diffstat (limited to 'bin')
-rw-r--r--bin/import-test.py2
-rw-r--r--bin/linecount.py2
-rw-r--r--bin/restore.sh16
-rw-r--r--bin/update-release-info.py2
4 files changed, 11 insertions, 11 deletions
diff --git a/bin/import-test.py b/bin/import-test.py
index b58486f..eb11bf5 100644
--- a/bin/import-test.py
+++ b/bin/import-test.py
@@ -25,7 +25,7 @@
# """ triple-quotes will need to have their contents edited by hand.
#
-__revision__ = "bin/import-test.py 2014/07/05 09:42:21 garyo"
+__revision__ = "bin/import-test.py 2014/08/24 12:12:31 garyo"
import os.path
import sys
diff --git a/bin/linecount.py b/bin/linecount.py
index b9778af..4515bc9 100644
--- a/bin/linecount.py
+++ b/bin/linecount.py
@@ -23,7 +23,7 @@
# interesting one for most purposes.
from __future__ import division
-__revision__ = "bin/linecount.py 2014/07/05 09:42:21 garyo"
+__revision__ = "bin/linecount.py 2014/08/24 12:12:31 garyo"
import os.path
diff --git a/bin/restore.sh b/bin/restore.sh
index d9113ae..043f7ec 100644
--- a/bin/restore.sh
+++ b/bin/restore.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
#
-# Simple hack script to restore __revision__, __COPYRIGHT_, 2.3.2
+# Simple hack script to restore __revision__, __COPYRIGHT_, 2.3.3
# and other similar variables to what gets checked in to source. This
# comes in handy when people send in diffs based on the released source.
#
@@ -24,7 +24,7 @@ for i in `find $DIRS -name '*.py'`; do
ed $i <<EOF
g/Copyright (c) 2001.*SCons Foundation/s//Copyright (c) 2001 - 2014 The SCons Foundation/p
w
-/^__revision__ = /s/= .*/= "bin/restore.sh 2014/07/05 09:42:21 garyo"/p
+/^__revision__ = /s/= .*/= "bin/restore.sh 2014/08/24 12:12:31 garyo"/p
w
q
EOF
@@ -35,7 +35,7 @@ for i in `find $DIRS -name 'scons.bat'`; do
ed $i <<EOF
g/Copyright (c) 2001.*SCons Foundation/s//Copyright (c) 2001 - 2014 The SCons Foundation/p
w
-/^@REM src\/script\/scons.bat/s/@REM .* knight/@REM bin/restore.sh 2014/07/05 09:42:21 garyo/p
+/^@REM src\/script\/scons.bat/s/@REM .* knight/@REM bin/restore.sh 2014/08/24 12:12:31 garyo/p
w
q
EOF
@@ -44,13 +44,13 @@ done
for i in `find $DIRS -name '__init__.py' -o -name 'scons.py' -o -name 'sconsign.py'`; do
header $i
ed $i <<EOF
-/^__version__ = /s/= .*/= "2.3.2"/p
+/^__version__ = /s/= .*/= "2.3.3"/p
w
/^__build__ = /s/= .*/= ""/p
w
/^__buildsys__ = /s/= .*/= "lubuntu"/p
w
-/^__date__ = /s/= .*/= "2014/07/05 09:42:21"/p
+/^__date__ = /s/= .*/= "2014/08/24 12:12:31"/p
w
/^__developer__ = /s/= .*/= "garyo"/p
w
@@ -61,7 +61,7 @@ done
for i in `find $DIRS -name 'setup.py'`; do
header $i
ed $i <<EOF
-/^ *version = /s/= .*/= "2.3.2",/p
+/^ *version = /s/= .*/= "2.3.3",/p
w
q
EOF
@@ -72,9 +72,9 @@ for i in `find $DIRS -name '*.txt'`; do
ed $i <<EOF
g/Copyright (c) 2001.*SCons Foundation/s//Copyright (c) 2001 - 2014 The SCons Foundation/p
w
-/# [^ ]* 0.96.[CD][0-9]* [0-9\/]* [0-9:]* knight$/s/.*/# bin/restore.sh 2014/07/05 09:42:21 garyo/p
+/# [^ ]* 0.96.[CD][0-9]* [0-9\/]* [0-9:]* knight$/s/.*/# bin/restore.sh 2014/08/24 12:12:31 garyo/p
w
-/Version [0-9][0-9]*\.[0-9][0-9]*/s//Version 2.3.2/p
+/Version [0-9][0-9]*\.[0-9][0-9]*/s//Version 2.3.3/p
w
q
EOF
diff --git a/bin/update-release-info.py b/bin/update-release-info.py
index 3b98c48..08f05dc 100644
--- a/bin/update-release-info.py
+++ b/bin/update-release-info.py
@@ -57,7 +57,7 @@ In 'post' mode, files are prepared for the next release cycle:
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-__revision__ = "bin/update-release-info.py 2014/07/05 09:42:21 garyo"
+__revision__ = "bin/update-release-info.py 2014/08/24 12:12:31 garyo"
import os
import sys