# HG changeset patch
# User Zachary Ware
# Date 1434553764 18000
# Wed Jun 17 10:09:24 2015 -0500
# Node ID af793c7580f1f26a008f5944db42bccd505e6dda
# Parent bfb1f6642d8207fbb04a4848af51f466c5237dfb
Remove deprecated buildbot scripts
diff -r bfb1f6642d82 -r af793c7580f1 Tools/buildbot/build-amd64.bat
--- a/Tools/buildbot/build-amd64.bat Wed Jun 17 10:08:57 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@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 -r bfb1f6642d82 -r af793c7580f1 Tools/buildbot/clean-amd64.bat
--- a/Tools/buildbot/clean-amd64.bat Wed Jun 17 10:08:57 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@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 -r bfb1f6642d82 -r af793c7580f1 Tools/buildbot/external-amd64.bat
--- a/Tools/buildbot/external-amd64.bat Wed Jun 17 10:08:57 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@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 -r bfb1f6642d82 -r af793c7580f1 Tools/buildbot/external.bat
--- a/Tools/buildbot/external.bat Wed Jun 17 10:08:57 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@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 -r bfb1f6642d82 -r af793c7580f1 Tools/buildbot/test-amd64.bat
--- a/Tools/buildbot/test-amd64.bat Wed Jun 17 10:08:57 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@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 %*