| Index: masters/master.client.webm/run_master.bat
|
| ===================================================================
|
| --- masters/master.client.webm/run_master.bat (revision 0)
|
| +++ masters/master.client.webm/run_master.bat (revision 0)
|
| @@ -0,0 +1,6 @@
|
| +@echo off
|
| +setlocal
|
| +title Page Speed Master
|
| +set PYTHONPATH=..\..\third_party\buildbot_7_12;..\..\third_party\twisted_8_1;..\..\scripts;..\..\third_party;..\..\site_config;..\..\..\build_internal\site_config;.
|
| +set PATH=%~dp0..\depot_tools;%~dp0..\depot_tools\release\python_24;%~dp0..\depot_tools\python;%PATH%
|
| +python ..\..\scripts\common\twistd --no_save -y buildbot.tac
|
|
|