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

Side by Side Diff: masters/master.chromiumos/run_master.bat

Issue 3777004: Fix imports and bring over a missing file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromiumos/master.cfg ('k') | scripts/master/chromeos_revision_source.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 setlocal 2 setlocal
3 title ChronOS Master 3 title ChromiumOS Master
4 set PYTHONPATH=..\scripts;..\scripts\master;..\scripts\common;..\scripts\private ;..\pylibs 4 set PYTHONPATH=..\..\third_party\buildbot_7_12;..\..\third_party\twisted_8_1;..\ ..\scripts;..\..\third_party;..\..\site_config;..\..\..\build_internal\site_conf ig;.
5 set PATH=%~dp0..\depot_tools;%~dp0..\depot_tools\release\python_24;%~dp0..\depot _tools\python;%PATH% 5 set PATH=%~dp0..\depot_tools;%~dp0..\depot_tools\release\python_24;%~dp0..\depot _tools\python;%PATH%
6 python ..\scripts\common\twistd --no_save -y buildbot.tac 6 python ..\..\scripts\common\twistd --no_save -y buildbot.tac
OLDNEW
« no previous file with comments | « masters/master.chromiumos/master.cfg ('k') | scripts/master/chromeos_revision_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698