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

Side by Side Diff: master.nacl.sdk/Makefile.win32

Issue 5329006: Delete obsolete masters from tools/buildbot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « master.nacl.sdk/Makefile ('k') | master.nacl.sdk/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # -*- makefile -*-
2
3 # This is a simple makefile which lives in a buildmaster/buildslave
4 # directory (next to the buildbot.tac file). It allows you to start/stop the
5 # master or slave by doing 'make start' or 'make stop'.
6
7 # The 'reconfig' target will tell a buildmaster to reload its config file.
8
9 # Note that a relative PYTHONPATH entry is relative to the current directory.
10
11 start:
12 PYTHONPATH="../scripts;../scripts/master;../scripts/common;../scripts/pr ivate;../pylibs;." ../depot_tools/release/python_24/python ../scripts/common/twi std --no_save -y buildbot.tac
13
14 stop:
15 kill `cat twistd.pid`
16
17 reconfig:
18 kill -HUP `cat twistd.pid`
19
20 log:
21 tail -f twistd.log
OLDNEW
« no previous file with comments | « master.nacl.sdk/Makefile ('k') | master.nacl.sdk/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698