apenwarr / gitbuilder

Auto-builds and tests all the branches of your git projects, showing pass/fail results on a web page/RSS feed. Isolates failures to the first commit that caused the problem.

This URL has Read+Write access

commit  ded36108ef1dcfbc96c8be23c11b833263a3176d
tree    2253f4c7168473fae159b3719b5e8917ea5bd588
parent  6e065448fca4aabb8043d5e0003ba0379e6b8278
gitbuilder / stop
cb4e5402 » apenwarr 2008-08-22 Add 'start' and 'stop' scri... 1 #!/bin/bash
2 if [ ! -e lock.lock ]; then
3 echo "Not running; lock.lock doesn't exist."
4 exit 1
5 fi
6
7 kill $(cat lock.lock)