Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 |
| OLD | NEW |