[Python-checkins] cpython: Backed out changeset ceaac3d483a1 (buildbots refreshed)

zach.ware python-checkins at python.org
Mon Dec 15 22:49:07 CET 2014


https://hg.python.org/cpython/rev/2d8f2f6c645e
changeset:   93898:2d8f2f6c645e
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Dec 15 15:44:33 2014 -0600
summary:
  Backed out changeset ceaac3d483a1 (buildbots refreshed)

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