diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 17:40:04 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 17:40:04 -0500 |
commit | 9235042f7f7b250629269b23a1a056b57dfce793 (patch) | |
tree | 4533605055232acbb7152d3e2c8471fdd6f679f3 /Tools/buildbot | |
parent | 6f76e90b6531cc6cdc74e0da8c2694585b1d4f13 (diff) | |
download | cpython-9235042f7f7b250629269b23a1a056b57dfce793.tar.gz |
Turn externals cleaning back off
Diffstat (limited to 'Tools/buildbot')
-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 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 |