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