[Python-checkins] cpython (3.4): Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.

zach.ware python-checkins at python.org
Thu Apr 9 23:41:08 CEST 2015


https://hg.python.org/cpython/rev/ce29f3f9271c
changeset:   95506:ce29f3f9271c
branch:      3.4
parent:      95504:bc41a4d6c58f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Apr 09 15:55:56 2015 -0500
summary:
  Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.

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
-if exist openssl-1.0.2a rd /s/q openssl-1.0.2a
+ at rem 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