summaryrefslogtreecommitdiff
path: root/source/dummy_definitions_update.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-04 17:05:50 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-04 17:05:50 +0100
commit18dba377562b56e44dea00fcd2307f1a510f9de5 (patch)
tree2040ee92a4a3984e2bb60034d344a50eb6079c52 /source/dummy_definitions_update.sh
downloadorchestration-18dba377562b56e44dea00fcd2307f1a510f9de5.tar.gz
Initial Commit
Basic buildbot logic to run firehose, a builder and a tester upon receiving various triggers
Diffstat (limited to 'source/dummy_definitions_update.sh')
-rw-r--r--source/dummy_definitions_update.sh10
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"