summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-05-14 11:52:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-05-14 11:52:03 (GMT)
commitecc5877f5af6d2fd2d2de73ed5e8ede9f57c13f4 (patch)
treec6a2cc858dfb8ad9c485ce7136729d805d8b8e86 /Tools/buildbot
parentb062a2fa177021195b7595f663b7a9b3bce6a8c8 (diff)
downloadcpython-ecc5877f5af6d2fd2d2de73ed5e8ede9f57c13f4.zip
cpython-ecc5877f5af6d2fd2d2de73ed5e8ede9f57c13f4.tar.gz
cpython-ecc5877f5af6d2fd2d2de73ed5e8ede9f57c13f4.tar.bz2
Upgrade bzip2 to 1.0.6.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/external-common.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
index 118871c..8028db8 100644
--- a/Tools/buildbot/external-common.bat
+++ b/Tools/buildbot/external-common.bat
@@ -4,7 +4,7 @@
cd ..
@rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
@rem the following, check it in, then check it out, comment it out, then check it back in.
-@rem if exist bzip2-1.0.5 rd /s/q bzip2-1.0.5
+@rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6
@rem if exist tcltk rd /s/q tcltk
@rem if exist tcltk64 rd /s/q tcltk64
@rem if exist tcl8.4.12 rd /s/q tcl8.4.12
@@ -18,9 +18,9 @@ cd ..
@rem if exist sqlite-3.7.4 rd /s/q sqlite-3.7.4
@rem bzip
-if not exist bzip2-1.0.5 (
- rd /s/q bzip2-1.0.3
- svn export http://svn.python.org/projects/external/bzip2-1.0.5
+if not exist bzip2-1.0.6 (
+ rd /s/q bzip2-1.0.5
+ svn export http://svn.python.org/projects/external/bzip2-1.0.6
)
@rem Sleepycat db