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

Side by Side Diff: 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 | « slave/__init__.py ('k') | slave/skia_slave_scripts/README » ('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 set THIRDPARTY=..\third_party
2 set CHROMIUM_BUILDBOT=%THIRDPARTY%\chromium_buildbot
3 set PUBLICCONFIG_DIR=%CHROMIUM_BUILDBOT%\site_config
4 set PRIVATECONFIG_DIR=..\site_config
5 set TESTING_MASTER=Skia
6
7 set PYTHONPATH=%CHROMIUM_BUILDBOT%\third_party\buildbot_7_12;%CHROMIUM_BUILDBOT% \third_party\twisted_8_1;%PUBLICCONFIG_DIR%;%PRIVATECONFIG_DIR%
8
9 echo fake bot_password to quiet run_slave.py >%PUBLICCONFIG_DIR%\.bot_password
10 python %CHROMIUM_BUILDBOT%\slave\run_slave.py --no_save -y buildbot.tac
OLDNEW
« no previous file with comments | « slave/__init__.py ('k') | slave/skia_slave_scripts/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698