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

Unified Diff: slave/Makefile

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 | « no previous file | slave/buildbot.tac » ('j') | slave/run_slave.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/Makefile
diff --git a/slave/Makefile b/slave/Makefile
index 14753edbaa4ac9176a6073b208d3dc850bcdacbd..539c8a0dcafb498e1887199a7d074ae57952aa0a 100644
--- a/slave/Makefile
+++ b/slave/Makefile
@@ -4,10 +4,6 @@
# directory (next to the buildbot.tac file). It allows you to start/stop the
# master or slave by doing 'make start' or 'make stop'.
-# The 'reconfig' target will tell a buildmaster to reload its config file.
-
-# Note that a relative PYTHONPATH entry is relative to the current directory.
-
# On the Mac, the buildbot is started via the launchd mechanism as a
# LaunchAgent to give the slave a proper Mac UI environment for tests. In
# order for this to work, the plist must be present and loaded by launchd, and
@@ -28,8 +24,6 @@ USE_LAUNCHD := \
[ "$$(pwd -P)" = "/b/build/slave" ] && \
echo 1)
-export PYTHONPATH=../third_party/buildbot_7_12:../third_party/twisted_8_1
-
start:
ifneq ($(USE_LAUNCHD),1)
python run_slave.py --no_save -y buildbot.tac
« no previous file with comments | « no previous file | slave/buildbot.tac » ('j') | slave/run_slave.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698