[Python-checkins] cpython (2.7): Force recheckout of openssl.

martin.v.loewis python-checkins at python.org
Tue May 15 19:55:40 CEST 2012


http://hg.python.org/cpython/rev/59b381832fc5
changeset:   76966:59b381832fc5
branch:      2.7
parent:      76962:658478c37fa5
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Tue May 15 19:55:33 2012 +0200
summary:
  Force recheckout of 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
- at rem if exist openssl-0.9.8x rd /s/q openssl-0.9.8x
+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