[Python-checkins] cpython: Backed out buildbot clean

steve.dower python-checkins at python.org
Mon Apr 20 04:46:53 CEST 2015


https://hg.python.org/cpython/rev/8e045e9fbe90
changeset:   95722:8e045e9fbe90
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sun Apr 19 19:45:51 2015 -0700
summary:
  Backed out buildbot clean

files:
  Tools/buildbot/build.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -10,7 +10,7 @@
 @rem a new version of an external library, especially Tcl/Tk):
 @rem 1) uncomment the following line:
 
-call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+ at rem    call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
 
 @rem 2) commit and push
 @rem 3) wait for all Windows bots to start a build with that changeset

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


More information about the Python-checkins mailing list