[Python-checkins] cpython: Force the buildbots to clean up all externals.

steve.dower python-checkins at python.org
Mon Apr 20 04:40:22 CEST 2015


https://hg.python.org/cpython/rev/a1dc6693e576
changeset:   95721:a1dc6693e576
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sun Apr 19 19:40:09 2015 -0700
summary:
  Force the buildbots to clean up all externals.

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:
 
- at rem    call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+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