diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:27:34 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:27:34 (GMT) |
commit | 3266a8fa5910e941e3f640cb9e2804294d42ceca (patch) | |
tree | d4281907ebfb98a8f710e1e5d20fba1454c0f0f7 /Tools | |
parent | cc568b12225f944330c09484bac482aa2cc67a5f (diff) | |
parent | 7d55da42a4e7f1145f14312b703298aff25c0e06 (diff) | |
download | cpython-3266a8fa5910e941e3f640cb9e2804294d42ceca.zip cpython-3266a8fa5910e941e3f640cb9e2804294d42ceca.tar.gz cpython-3266a8fa5910e941e3f640cb9e2804294d42ceca.tar.bz2 |
Issue #21671: Merge with 3.4
Diffstat (limited to 'Tools')
-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 8e62cf7..acc2b02 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -10,7 +10,7 @@ cd .. @rem if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0 @rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0 @rem if exist db-4.4.20 rd /s/q db-4.4.20 -@rem if exist openssl-1.0.1e rd /s/q openssl-1.0.1g +@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h @rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12 @rem bzip @@ -20,9 +20,9 @@ if not exist bzip2-1.0.6 ( ) @rem OpenSSL -if not exist openssl-1.0.1g ( - rd /s/q openssl-1.0.1e - svn export http://svn.python.org/projects/external/openssl-1.0.1g +if not exist openssl-1.0.1h ( + rd /s/q openssl-1.0.1g + svn export http://svn.python.org/projects/external/openssl-1.0.1h ) @rem tcl/tk/tix |