diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 22:40:04 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 22:40:04 (GMT) |
commit | 77770bdaa80ad0b6e976f11135c7c865efe23ae8 (patch) | |
tree | 64a95e152a484eeeebbe9a7b483f22f867e15f58 /Tools | |
parent | bc92bbd4d22e82e9458a3300c50b89e80b2c2d60 (diff) | |
download | cpython-77770bdaa80ad0b6e976f11135c7c865efe23ae8.zip cpython-77770bdaa80ad0b6e976f11135c7c865efe23ae8.tar.gz cpython-77770bdaa80ad0b6e976f11135c7c865efe23ae8.tar.bz2 |
Turn externals cleaning back off
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 f68b88f..d37ec7b 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 |