diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-14 12:19:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-14 12:19:09 (GMT) |
commit | e7f67b5b98765fedf7bc7a78592b33d44270a78f (patch) | |
tree | a146e859d6208f6a88bfff7c3ea6ba829f17d76d /Tools/buildbot | |
parent | ace926155851f65df1535678dcf71fec32d7a718 (diff) | |
download | cpython-e7f67b5b98765fedf7bc7a78592b33d44270a78f.zip cpython-e7f67b5b98765fedf7bc7a78592b33d44270a78f.tar.gz cpython-e7f67b5b98765fedf7bc7a78592b33d44270a78f.tar.bz2 |
Upgrade to bzip2 1.0.6.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/external-common.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 834920e..55c46aa 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 @@ -19,9 +19,9 @@ cd .. @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21 @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 Berkeley DB |