From 18dba377562b56e44dea00fcd2307f1a510f9de5 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Fri, 4 Sep 2015 17:05:50 +0100 Subject: Initial Commit Basic buildbot logic to run firehose, a builder and a tester upon receiving various triggers --- source/dummy_lorry_update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/dummy_lorry_update.sh (limited to 'source/dummy_lorry_update.sh') diff --git a/source/dummy_lorry_update.sh b/source/dummy_lorry_update.sh new file mode 100644 index 0000000..42ff033 --- /dev/null +++ b/source/dummy_lorry_update.sh @@ -0,0 +1,10 @@ +# this will go on the definitions post-receive hook + +catagory=lorry + +IP=10.24.2.109 +port=9999 +user=orchestration +passwd=orchestration + +buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory" -- cgit v1.2.1