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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @echo off
2 setlocal
3 title Build slave
4 if not exist %~dp0..\..\depot_tools\. (
5 echo You must put a copy of depot_tools in %~dp0..\depot_tools
6 echo Did you read the instructions carefully??
7 goto :EOF
8 )
9 set PATH=%~dp0..\..\depot_tools;%PATH%
10 set PYTHONPATH=%~dp0..\third_party\buildbot_7_12;%~dp0..\third_party\twisted_8_1
11 :: Running it once will make sure svn and python were downloaded.
12 call gclient.bat > nul
13 :: run_slave.py will overwrite the PATH and PYTHONPATH environment variables.
14 python %~dp0\run_slave.py --no_save -y buildbot.tac
OLDNEW
« 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