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

Unified Diff: masters/start_master.sh

Issue 2084383003: Move 'buildbot.tac' and 'buildbot' files to a common directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Don't ignore .new Created 4 years, 6 months 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/start_master.sh
diff --git a/masters/start_master.sh b/masters/start_master.sh
index fa802d2213575ac31125bcb527bca42234ab5239..507249313ee1aa8057ed8dc7932deccfa900d441 100755
--- a/masters/start_master.sh
+++ b/masters/start_master.sh
@@ -18,7 +18,7 @@ fi
echo 'Now running Buildbot master.'
-python $SCRIPTS_DIR/common/twistd --no_save -y buildbot.tac
+python $SCRIPTS_DIR/common/twistd -y $TOPLEVEL_DIR/build/masters/buildbot.tac
echo 'Waiting for creation of twistd.pid...'
while `test ! -f twistd.pid`; do sleep 1; done;

Powered by Google App Engine
This is Rietveld 408576698