follow redirects for new python.org

This commit is contained in:
Kenneth Reitz
2014-03-03 15:29:27 -05:00
parent 503e804d38
commit 2e50bc6c6d
48 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.4.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.5/Python-2.4.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.4.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.4.6 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5/Python-2.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.1/Python-2.5.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.6/Python-2.5.6.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.5.6 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.1/Python-2.6.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.3/Python-2.6.3.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.3 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.5/Python-2.6.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.6 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6.7 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.6.8/Python-2.6.8.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-2.6.8 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.6.9/Python-2.6.9.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-2.6.9 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.7 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.7.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.7.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.7.3 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.7.4/Python-2.7.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.7.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.7.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-2.7.6 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1/Python-3.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.1/Python-3.1.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.1.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.2/Python-3.1.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.1.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.1.3 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.4/Python-3.1.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.1.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.5/Python-3.1.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.1.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2/Python-3.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.1/Python-3.2.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.2.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.2/Python-3.2.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.2.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.2.3 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.4/Python-3.2.4.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.2.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.5/Python-3.2.5.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.2.5 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.3.0 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.1/Python-3.3.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.3.1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.2/Python-3.3.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
curl -L $SOURCE_TARBALL | tar jx
mv Python-3.3.2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/3.3.3/Python-3.3.3.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-3.3.3 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/3.3.4/Python-3.3.4.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-3.3.4 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0b2.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-3.4.0b2 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0b3.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-3.4.0b3 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0rc1.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-3.4.0rc1 src
cd src
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0rc2.tgz'
curl $SOURCE_TARBALL | tar xz
curl -L $SOURCE_TARBALL | tar xz
mv Python-3.4.0rc2 src
cd src