diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-04-20 02:40:09 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-04-20 02:40:09 (GMT) |
commit | 4ac54bb8202d7123a2471f7710831b0080796cfe (patch) | |
tree | b6fe8dddddb189bd5e7577d1595481b1a599391d /Tools | |
parent | 17467639bb6401ae8f53da3cd6238cab960c9f61 (diff) | |
download | cpython-4ac54bb8202d7123a2471f7710831b0080796cfe.zip cpython-4ac54bb8202d7123a2471f7710831b0080796cfe.tar.gz cpython-4ac54bb8202d7123a2471f7710831b0080796cfe.tar.bz2 |
Force the buildbots to clean up all externals.
Diffstat (limited to 'Tools')
-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 1debfc1..511fa1d 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:
-@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
|