summaryrefslogtreecommitdiff
path: root/source/build_complete.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-11 15:33:28 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-11 15:33:28 +0100
commit7c604b8770815814ced1d588a681a8b101cde3d3 (patch)
tree7c7d1f28ab6093b18014eb49132f096a3764b5ba /source/build_complete.sh
parent2ae2a064d1eb66a4baeef1222da5210224d9d39e (diff)
downloadorchestration-7c604b8770815814ced1d588a681a8b101cde3d3.tar.gz
Fix not passing system over http
Diffstat (limited to 'source/build_complete.sh')
-rw-r--r--source/build_complete.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/build_complete.sh b/source/build_complete.sh
index c729cd6..fe76c18 100644
--- a/source/build_complete.sh
+++ b/source/build_complete.sh
@@ -9,4 +9,4 @@ port=9999
user=orchestration
passwd=orchestration
-../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category"
+../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "system":"$1"