From 1709c62133c5517d0119a8f2c0957fe204d43d4c Mon Sep 17 00:00:00 2001 From: Will Holland Date: Fri, 4 Sep 2015 17:49:15 +0100 Subject: Correct catagory typo --- source/dummy_build_update.sh | 4 ++-- source/dummy_definitions_update.sh | 4 ++-- source/dummy_lorry_update.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/dummy_build_update.sh b/source/dummy_build_update.sh index 7b438ac..e7a7e2b 100644 --- a/source/dummy_build_update.sh +++ b/source/dummy_build_update.sh @@ -1,10 +1,10 @@ # this will run once ybd has finished a build -catagory=postbuild +category=postbuild IP=10.24.2.109 port=9999 user=orchestration passwd=orchestration -buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory" +buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" diff --git a/source/dummy_definitions_update.sh b/source/dummy_definitions_update.sh index f22e8fc..53a4651 100644 --- a/source/dummy_definitions_update.sh +++ b/source/dummy_definitions_update.sh @@ -1,10 +1,10 @@ # this will go on the post-receive hooks for repos updated by lorry -catagory=definitions +category=definitions IP=10.24.2.109 port=9999 user=orchestration passwd=orchestration -buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory" +buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" diff --git a/source/dummy_lorry_update.sh b/source/dummy_lorry_update.sh index 42ff033..c0c16df 100644 --- a/source/dummy_lorry_update.sh +++ b/source/dummy_lorry_update.sh @@ -1,10 +1,10 @@ # this will go on the definitions post-receive hook -catagory=lorry +category=lorry IP=10.24.2.109 port=9999 user=orchestration passwd=orchestration -buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory" +buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -- cgit v1.2.1