]> granicus.if.org Git - python/commitdiff
Deprecate unused scripts in Tools/buildbot.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 16 Jun 2015 15:56:14 +0000 (10:56 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 16 Jun 2015 15:56:14 +0000 (10:56 -0500)
I would just outright delete them, but the readme in PCbuild recommended
their use, so I figure it would be nice to leave them there for a while.

Tools/buildbot/build-amd64.bat
Tools/buildbot/clean-amd64.bat
Tools/buildbot/external-amd64.bat
Tools/buildbot/external.bat
Tools/buildbot/test-amd64.bat

index 8b93bb097388f2126494eac172d14479baebd85f..f77407bcf7031c0a59a4c89c6e6f440d79ce49cc 100644 (file)
@@ -1,2 +1,5 @@
-@rem Used by the buildbot "compile" step.\r
+@rem Formerly used by the buildbot "compile" step.\r
+@echo This script is no longer used and may be removed in the future.\r
+@echo To get the same effect as this script, use\r
+@echo     PCbuild\build.bat -d -e -k -p x64\r
 call "%~dp0build.bat" -p x64 %*\r
index 6bbbb654dbae95896894f216eb00a0143adae497..b53c7c1038d39151d0c7aad2ee9d07a61eeaa1bd 100644 (file)
@@ -1,2 +1,5 @@
-@rem Used by the buildbot "clean" step.\r
+@rem Formerly used by the buildbot "clean" step.\r
+@echo This script is no longer used and may be removed in the future.\r
+@echo To get the same effect as this script, use `clean.bat` from this\r
+@echo directory and pass `-p x64` as two arguments.\r
 call "%~dp0clean.bat" -p x64 %*\r
index 13056c76745d52285692d36df43d454652c1579b..bfaef055f54b98195cf2f735d5c62dccc119efb6 100644 (file)
@@ -1,2 +1,3 @@
+@echo This script is no longer used and may be removed in the future.\r
 @echo Please use PCbuild\get_externals.bat instead.\r
 @"%~dp0..\..\PCbuild\get_externals.bat" %*\r
index 13056c76745d52285692d36df43d454652c1579b..bfaef055f54b98195cf2f735d5c62dccc119efb6 100644 (file)
@@ -1,2 +1,3 @@
+@echo This script is no longer used and may be removed in the future.\r
 @echo Please use PCbuild\get_externals.bat instead.\r
 @"%~dp0..\..\PCbuild\get_externals.bat" %*\r
index 859b37fce5abb6dc20e6abb7033f37a2d5c520e3..e48329c0b30f3c78074380c4fda70c2e98165fc0 100644 (file)
@@ -1,2 +1,6 @@
-@rem Used by the buildbot "test" step.\r
+@rem Formerly used by the buildbot "test" step.\r
+@echo This script is no longer used and may be removed in the future.\r
+@echo To get the same effect as this script, use\r
+@echo     PCbuild\rt.bat -q -d -x64 -uall -rwW\r
+@echo or use `test.bat` in this directory and pass `-x64` as an argument.\r
 call "%~dp0test.bat" -x64 %*\r