]> granicus.if.org Git - python/commitdiff
Remove outdated buildbot scripts
authorZachary Ware <zachary.ware@gmail.com>
Fri, 9 Sep 2016 22:35:38 +0000 (15:35 -0700)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 9 Sep 2016 22:35:38 +0000 (15:35 -0700)
Tools/buildbot/build-amd64.bat [deleted file]
Tools/buildbot/clean-amd64.bat [deleted file]
Tools/buildbot/external-amd64.bat [deleted file]
Tools/buildbot/test-amd64.bat [deleted file]

diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat
deleted file mode 100644 (file)
index f77407b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-@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
diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat
deleted file mode 100644 (file)
index b53c7c1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-@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
diff --git a/Tools/buildbot/external-amd64.bat b/Tools/buildbot/external-amd64.bat
deleted file mode 100644 (file)
index bfaef05..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-@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
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
deleted file mode 100644 (file)
index e48329c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-@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