Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 9fe1643

Browse files
committed
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.
1 parent d1f7c59 commit 9fe1643

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Tools/buildbot/build-amd64.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
@rem Used by the buildbot "compile" step.
1+
@rem Formerly used by the buildbot "compile" step.
2+
@echo This script is no longer used and may be removed in the future.
3+
@echo To get the same effect as this script, use
4+
@echo PCbuild\build.bat -d -e -k -p x64
25
call "%~dp0build.bat" -p x64 %*

Tools/buildbot/clean-amd64.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
@rem Used by the buildbot "clean" step.
1+
@rem Formerly used by the buildbot "clean" step.
2+
@echo This script is no longer used and may be removed in the future.
3+
@echo To get the same effect as this script, use `clean.bat` from this
4+
@echo directory and pass `-p x64` as two arguments.
25
call "%~dp0clean.bat" -p x64 %*

Tools/buildbot/external-amd64.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
@echo This script is no longer used and may be removed in the future.
12
@echo Please use PCbuild\get_externals.bat instead.
23
@"%~dp0..\..\PCbuild\get_externals.bat" %*

Tools/buildbot/external.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
@echo This script is no longer used and may be removed in the future.
12
@echo Please use PCbuild\get_externals.bat instead.
23
@"%~dp0..\..\PCbuild\get_externals.bat" %*

Tools/buildbot/test-amd64.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
@rem Used by the buildbot "test" step.
1+
@rem Formerly used by the buildbot "test" step.
2+
@echo This script is no longer used and may be removed in the future.
3+
@echo To get the same effect as this script, use
4+
@echo PCbuild\rt.bat -q -d -x64 -uall -rwW
5+
@echo or use `test.bat` in this directory and pass `-x64` as an argument.
26
call "%~dp0test.bat" -x64 %*

0 commit comments

Comments
 (0)