From: Zachary Ware Date: Fri, 17 Oct 2014 22:40:04 +0000 (-0500) Subject: Turn externals cleaning back off X-Git-Tag: v3.5.0a1~638 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77770bdaa80ad0b6e976f11135c7c865efe23ae8;p=python Turn externals cleaning back off --- diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index f68b88fde9..d37ec7b31c 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