diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-12-15 21:42:37 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-12-15 21:42:37 (GMT) |
commit | d0b07d5d5e19666d2e2bfb5817fc29b625c5f9c8 (patch) | |
tree | a63bb54d1bc2900616f8571f38d4e9f972062fc5 /Tools/buildbot | |
parent | fb8ca22ff1e2916b5507e60df28b3759c447ccc9 (diff) | |
download | cpython-d0b07d5d5e19666d2e2bfb5817fc29b625c5f9c8.zip cpython-d0b07d5d5e19666d2e2bfb5817fc29b625c5f9c8.tar.gz cpython-d0b07d5d5e19666d2e2bfb5817fc29b625c5f9c8.tar.bz2 |
Fetch new external sources on the buildbots
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 83a5dfd..1306ee5 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 |