From: Steve Dower Date: Wed, 19 Aug 2015 03:02:07 +0000 (-0700) Subject: Removes --clean-only option from buildbots. X-Git-Tag: v3.6.0a1~1751^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=807404921a17ae9232f028377dc186025b0fed1d;p=python Removes --clean-only option from buildbots. --- diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index 622f876a98..5e840cc7ea 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -7,7 +7,7 @@ call "%~dp0clean.bat" %* @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 +@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