[Python-checkins] cpython: Fetch new external sources on the buildbots

zach.ware python-checkins at python.org
Mon Dec 15 22:43:03 CET 2014


https://hg.python.org/cpython/rev/ceaac3d483a1
changeset:   93897:ceaac3d483a1
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Dec 15 15:42:37 2014 -0600
summary:
  Fetch new external sources on the buildbots

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