[Python-checkins] cpython (2.7): Stop refetching OpenSSL.

martin.v.loewis python-checkins at python.org
Fri May 18 14:07:26 CEST 2012


http://hg.python.org/cpython/rev/fcc8066cdc4d
changeset:   77021:fcc8066cdc4d
branch:      2.7
parent:      77019:749f5045ce59
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Fri May 18 14:07:28 2012 +0200
summary:
  Stop refetching OpenSSL.

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
@@ -15,7 +15,7 @@
 @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
 @rem if exist db-4.4.20 rd /s/q db-4.4.20
 @rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
-if exist openssl-0.9.8x rd /s/q openssl-0.9.8x
+ at rem if exist openssl-0.9.8x rd /s/q openssl-0.9.8x
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21    
 
 @rem bzip

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


More information about the Python-checkins mailing list