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

Unified 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, 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 | « master.nacl.sdk/Makefile ('k') | master.nacl.sdk/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master.nacl.sdk/Makefile.win32
===================================================================
--- master.nacl.sdk/Makefile.win32 (revision 67605)
+++ master.nacl.sdk/Makefile.win32 (working copy)
@@ -1,21 +0,0 @@
-# -*- makefile -*-
-
-# This is a simple makefile which lives in a buildmaster/buildslave
-# 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.
-
-start:
- PYTHONPATH="../scripts;../scripts/master;../scripts/common;../scripts/private;../pylibs;." ../depot_tools/release/python_24/python ../scripts/common/twistd --no_save -y buildbot.tac
-
-stop:
- kill `cat twistd.pid`
-
-reconfig:
- kill -HUP `cat twistd.pid`
-
-log:
- tail -f twistd.log
« 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