diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-04-20 02:45:51 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-04-20 02:45:51 (GMT) |
commit | 3c28c6e4fb311e47dca067458acab234e5a87ad9 (patch) | |
tree | d80da8040c81c428a00ace54df4932f0724ce7f1 | |
parent | 4ac54bb8202d7123a2471f7710831b0080796cfe (diff) | |
download | cpython-3c28c6e4fb311e47dca067458acab234e5a87ad9.zip cpython-3c28c6e4fb311e47dca067458acab234e5a87ad9.tar.gz cpython-3c28c6e4fb311e47dca067458acab234e5a87ad9.tar.bz2 |
Backed out buildbot clean
-rw-r--r-- | Tools/buildbot/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index 511fa1d..1debfc1 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -10,7 +10,7 @@ call "%~dp0clean%PLAT%.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
|