Index: configs/chromium/slave/run_slave.bat |
diff --git a/configs/chromium/slave/run_slave.bat b/configs/chromium/slave/run_slave.bat |
deleted file mode 100644 |
index 14bb995a7dbf2a6320eadc05a678ec35b48db289..0000000000000000000000000000000000000000 |
--- a/configs/chromium/slave/run_slave.bat |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-@echo off |
-setlocal |
-title Build slave |
-if not exist %~dp0..\..\depot_tools\. ( |
- echo You must put a copy of depot_tools in %~dp0..\depot_tools |
- echo Did you read the instructions carefully?? |
- goto :EOF |
-) |
-set PATH=%~dp0..\..\depot_tools;%PATH% |
-set PYTHONPATH=%~dp0..\third_party\buildbot_7_12;%~dp0..\third_party\twisted_8_1 |
-:: Running it once will make sure svn and python were downloaded. |
-call gclient.bat > nul |
-:: run_slave.py will overwrite the PATH and PYTHONPATH environment variables. |
-python %~dp0\run_slave.py --no_save -y buildbot.tac |