[Python-checkins] cpython (2.7): Backed out changeset 7b1ceb925471 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/a6a8dd33914e
changeset:   95505:a6a8dd33914e
branch:      2.7
parent:      95502:7b1ceb925471
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Apr 09 15:55:33 2015 -0500
summary:
  Backed out changeset 7b1ceb925471 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
@@ -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
-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.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