Buildbot: Makefile
| File Makefile, 348 bytes (added by youse, 8 months ago) |
|---|
| 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 | |
| 7 | go: |
| 8 | buildbot start /home/youse/buildbot/linbox-slave |
| 9 | |
| 10 | stop: |
| 11 | buildbot stop /home/youse/buildbot/linbox-slave |
| 12 | |
| 13 | log: |
| 14 | tail -f twistd.log |
