From: Steve Dower Date: Tue, 8 Mar 2016 20:51:59 +0000 (-0800) Subject: Force clean externals on buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f7570f0946a3003a7ac4a79b48dc10fafc61507;p=python Force clean externals on buildbots. --- diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index 3d825fed17..5c14724f0c 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -8,7 +8,7 @@ call "%~dp0clean.bat" %* @rem a new version of an external library, especially Tcl/Tk): @rem 1) uncomment the following line: -@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