added new handlers and workers

This commit is contained in:
Brad Rydzewski
2014-09-28 18:36:24 -07:00
parent 8993a71df2
commit 21f9aec808
45 changed files with 1522 additions and 3330 deletions

View File

@@ -21,7 +21,7 @@ install:
install -t /usr/local/bin debian/drone/usr/local/bin/droned
run:
@go run server/main.go
@go run server/main.go --config=$$HOME/.drone/config.toml
clean:
find . -name "*.out" -delete