diff options
Diffstat (limited to 'source/repo_update.sh')
-rw-r--r-- | source/repo_update.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/repo_update.sh b/source/repo_update.sh new file mode 100644 index 0000000..4cbe4d3 --- /dev/null +++ b/source/repo_update.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# this will go on the post-receive hooks for repos updated by lorry +set -e + +category=lorry + +IP=127.0.0.1 +port=9999 +user=orchestration +passwd=orchestration + +buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" |