Update for latest versions of Python and SCons.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 14 Aug 2008 12:21:39 +0000 (12:21 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 14 Aug 2008 12:21:39 +0000 (12:21 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3274 fdb21ef1-2011-0410-befe-b5e4ea1792b1

bin/install-python.sh
bin/install-scons.sh

index 65e3fe4b93fd40dd7f546b8219aa3b376e0f0948..a0a0ecc0fb175cefe66f6e0b3ef9ca39f8e6a3af 100644 (file)
@@ -62,10 +62,10 @@ if test "X${ALL}" != "X"; then
     2.0.1
     2.1.3
     2.2
-    2.3.6
-    2.4.4
+    2.3.7
+    2.4.5
     "
-    # 2.5.1
+    # 2.5.2
 fi
 
 Command()
@@ -76,7 +76,6 @@ Command()
 }
 
 for VERSION in $VERSIONS; do
-    DIR=`expr "$VERSION" : '\(...\)'`
     PYTHON=Python-${VERSION}
 
     TAR_GZ=${PYTHON}.tgz
@@ -84,7 +83,7 @@ for VERSION in $VERSIONS; do
         if test ! -d ${DOWNLOADS}; then
             Command mkdir ${DOWNLOADS}
         fi
-        Command "( cd ${DOWNLOADS} && wget ${DOWNLOADS_URL}/${DIR}/${TAR_GZ} )"
+        Command "( cd ${DOWNLOADS} && wget ${DOWNLOADS_URL}/${VERSION}/${TAR_GZ} )"
     fi
 
     Command tar zxf ${DOWNLOADS}/${TAR_GZ}
index 50c1ccecc1d48115ea7cf2b75d2347de30978207..1ffd3c2fa376730fb7ce7b99d55a758e83c1bb5f 100644 (file)
@@ -104,6 +104,13 @@ if test "X${ALL}" != "X"; then
     0.97.0d20070809
     0.97.0d20070918
     0.97.0d20071212
+    0.98.0
+    0.98.1
+    0.98.2
+    0.98.3
+    0.98.4
+    0.98.5
+    1.0.0
     "
 fi