[Python-checkins] cpython (3.5): Removes --clean-only option from buildbots.

steve.dower python-checkins at python.org
Wed Aug 19 17:08:36 CEST 2015


https://hg.python.org/cpython/rev/4b92b1a1ad27
changeset:   97457:4b92b1a1ad27
branch:      3.5
parent:      97455:b5b46f796964
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Aug 18 20:02:07 2015 -0700
summary:
  Removes --clean-only option from 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
@@ -7,7 +7,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