[Python-checkins] cpython (2.7): Refresh OpenSSL sources on the buildbots

zach.ware python-checkins at python.org
Thu Apr 9 22:51:54 CEST 2015


https://hg.python.org/cpython/rev/7b1ceb925471
changeset:   95502:7b1ceb925471
branch:      2.7
parent:      95496:05a502da108f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Apr 09 15:50:08 2015 -0500
summary:
  Refresh OpenSSL sources on the buildbots

files:
  Tools/buildbot/external-common.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
--- a/Tools/buildbot/external-common.bat
+++ b/Tools/buildbot/external-common.bat
@@ -29,7 +29,7 @@
 @rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
 @rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
 @rem if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
- at rem if exist openssl-1.0.2a rd /s/q openssl-1.0.2a
+if exist openssl-1.0.2a rd /s/q openssl-1.0.2a
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
 
 @rem bzip

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list