From: stevenknight Date: Thu, 14 Aug 2008 12:21:39 +0000 (+0000) Subject: Update for latest versions of Python and SCons. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e475bfcab2a77700e44ee40bb43e8a8a17ba008a;p=scons.git Update for latest versions of Python and SCons. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3274 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/bin/install-python.sh b/bin/install-python.sh index 65e3fe4b..a0a0ecc0 100644 --- a/bin/install-python.sh +++ b/bin/install-python.sh @@ -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} diff --git a/bin/install-scons.sh b/bin/install-scons.sh index 50c1ccec..1ffd3c2f 100644 --- a/bin/install-scons.sh +++ b/bin/install-scons.sh @@ -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