Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: configs/chromium/slave/run_slave.bat

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « configs/chromium/slave/lighttpd.conf ('k') | configs/chromium/slave/run_slave.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « configs/chromium/slave/lighttpd.conf ('k') | configs/chromium/slave/run_slave.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698