diff options
Diffstat (limited to 'WebKitTools/BuildSlaveSupport/build.webkit.org-config/Makefile')
-rw-r--r-- | WebKitTools/BuildSlaveSupport/build.webkit.org-config/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/Makefile b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/Makefile deleted file mode 100644 index c3a935f..0000000 --- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/Makefile +++ /dev/null @@ -1,19 +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. - -start: - twistd --no_save -y buildbot.tac - -stop: - kill `cat twistd.pid` - -reconfig: - kill -HUP `cat twistd.pid` - -log: - tail -f twistd.log |