summaryrefslogtreecommitdiff
path: root/source/definitions_update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/definitions_update.sh')
-rw-r--r--source/definitions_update.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/definitions_update.sh b/source/definitions_update.sh
new file mode 100644
index 0000000..f77b175
--- /dev/null
+++ b/source/definitions_update.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+# this will go on the definitions post-receive hook
+set -e
+
+category=definitions
+
+IP=127.0.0.1
+port=9999
+user=orchestration
+passwd=orchestration
+
+buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category"