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

Unified Diff: masters/master.client.pagespeed/run_master.bat

Issue 5285010: Add a basic configuration (gclient sync + build) for pagespeed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: masters/master.client.pagespeed/run_master.bat
===================================================================
--- masters/master.client.pagespeed/run_master.bat (revision 0)
+++ masters/master.client.pagespeed/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

Powered by Google App Engine
This is Rietveld 408576698