mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
Remove deprecated buildbot scripts
This commit is contained in:
parent
84f6578b7a
commit
72dd522761
5 changed files with 0 additions and 22 deletions
|
|
@ -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 %*
|
||||
|
|
@ -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 %*
|
||||
|
|
@ -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" %*
|
||||
|
|
@ -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" %*
|
||||
|
|
@ -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 %*
|
||||
Loading…
Add table
Add a link
Reference in a new issue