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

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


https://hg.python.org/cpython/rev/bc41a4d6c58f
changeset:   95504:bc41a4d6c58f
branch:      3.4
parent:      95497:404e4adf492c
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Apr 09 15:51:17 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
@@ -14,7 +14,7 @@
 @rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
 @rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
 @rem if exist db-4.4.20 rd /s/q db-4.4.20
- 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.7.12 rd /s/q sqlite-3.7.12
 
 @rem bzip

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


More information about the Python-checkins mailing list