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

Unified Diff: slave/run_slave.bat

Issue 4558002: Remove PYTHONPATH requirement to execute run_slave.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/slave
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
« no previous file with comments | « slave/buildbot.tac ('k') | slave/run_slave.py » ('j') | slave/run_slave.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/run_slave.bat
diff --git a/slave/run_slave.bat b/slave/run_slave.bat
index 14bb995a7dbf2a6320eadc05a678ec35b48db289..31d56d121f18ab45a2a355a96e61787761c17899 100644
--- a/slave/run_slave.bat
+++ b/slave/run_slave.bat
@@ -7,7 +7,7 @@ if not exist %~dp0..\..\depot_tools\. (
goto :EOF
)
set PATH=%~dp0..\..\depot_tools;%PATH%
-set PYTHONPATH=%~dp0..\third_party\buildbot_7_12;%~dp0..\third_party\twisted_8_1
+
:: Running it once will make sure svn and python were downloaded.
call gclient.bat > nul
:: run_slave.py will overwrite the PATH and PYTHONPATH environment variables.
« no previous file with comments | « slave/buildbot.tac ('k') | slave/run_slave.py » ('j') | slave/run_slave.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698