summaryrefslogtreecommitdiff
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-10-17 17:40:04 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-10-17 17:40:04 -0500
commit9235042f7f7b250629269b23a1a056b57dfce793 (patch)
tree4533605055232acbb7152d3e2c8471fdd6f679f3 /Tools/buildbot
parent6f76e90b6531cc6cdc74e0da8c2694585b1d4f13 (diff)
downloadcpython-9235042f7f7b250629269b23a1a056b57dfce793.tar.gz
Turn externals cleaning back off
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/build.bat2
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