Buildbot: Makefile

File Makefile, 348 bytes (added by youse, 8 months ago)

Simple Makefile to start/stop buildslave

Line 
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# slave by doing 'make start' or 'make stop'.
6
7go:
8        buildbot start /home/youse/buildbot/linbox-slave
9
10stop:
11        buildbot stop /home/youse/buildbot/linbox-slave
12
13log:
14        tail -f twistd.log