summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-06-16 15:56:14 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-06-16 15:56:14 (GMT)
commit9fe164364af47d119c4bed420694570ee9a4e6a6 (patch)
tree0b7115aa355ec3ec93545193bd4f178593b7830b /Tools/buildbot
parentd1f7c594fac756ea3607f85ccdbe7c2a8d3f1eb6 (diff)
downloadcpython-9fe164364af47d119c4bed420694570ee9a4e6a6.zip
cpython-9fe164364af47d119c4bed420694570ee9a4e6a6.tar.gz
cpython-9fe164364af47d119c4bed420694570ee9a4e6a6.tar.bz2
Deprecate unused scripts in Tools/buildbot.
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.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/build-amd64.bat5
-rw-r--r--Tools/buildbot/clean-amd64.bat5
-rw-r--r--Tools/buildbot/external-amd64.bat1
-rw-r--r--Tools/buildbot/external.bat1
-rw-r--r--Tools/buildbot/test-amd64.bat6
5 files changed, 15 insertions, 3 deletions
diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat
index 8b93bb0..f77407b 100644
--- a/Tools/buildbot/build-amd64.bat
+++ b/Tools/buildbot/build-amd64.bat
@@ -1,2 +1,5 @@
-@rem Used by the buildbot "compile" step.
+@rem Formerly used by the buildbot "compile" step.
+@echo This script is no longer used and may be removed in the future.
+@echo To get the same effect as this script, use
+@echo PCbuild\build.bat -d -e -k -p x64
call "%~dp0build.bat" -p x64 %*
diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat
index 6bbbb65..b53c7c1 100644
--- a/Tools/buildbot/clean-amd64.bat
+++ b/Tools/buildbot/clean-amd64.bat
@@ -1,2 +1,5 @@
-@rem Used by the buildbot "clean" step.
+@rem Formerly used by the buildbot "clean" step.
+@echo This script is no longer used and may be removed in the future.
+@echo To get the same effect as this script, use `clean.bat` from this
+@echo directory and pass `-p x64` as two arguments.
call "%~dp0clean.bat" -p x64 %*
diff --git a/Tools/buildbot/external-amd64.bat b/Tools/buildbot/external-amd64.bat
index 13056c7..bfaef05 100644
--- a/Tools/buildbot/external-amd64.bat
+++ b/Tools/buildbot/external-amd64.bat
@@ -1,2 +1,3 @@
+@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
diff --git a/Tools/buildbot/external.bat b/Tools/buildbot/external.bat
index 13056c7..bfaef05 100644
--- a/Tools/buildbot/external.bat
+++ b/Tools/buildbot/external.bat
@@ -1,2 +1,3 @@
+@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
index 859b37f..e48329c 100644
--- a/Tools/buildbot/test-amd64.bat
+++ b/Tools/buildbot/test-amd64.bat
@@ -1,2 +1,6 @@
-@rem Used by the buildbot "test" step.
+@rem Formerly used by the buildbot "test" step.
+@echo This script is no longer used and may be removed in the future.
+@echo To get the same effect as this script, use
+@echo PCbuild\rt.bat -q -d -x64 -uall -rwW
+@echo or use `test.bat` in this directory and pass `-x64` as an argument.
call "%~dp0test.bat" -x64 %*