summaryrefslogtreecommitdiff
path: root/source/build_complete.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-15 16:02:01 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-15 16:02:01 +0100
commit96c110f026fd4a5e1f007dfda49195c8d971c3aa (patch)
tree7de5d1e073a679f7c6ad8a2a7bb442d3d08ee1c3 /source/build_complete.sh
parent1ce096958ba9c325232c16b0af3d90f1b3cc31e7 (diff)
downloadorchestration-96c110f026fd4a5e1f007dfda49195c8d971c3aa.tar.gz
Add force option to build
And have changes in test repo trigger forced build
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 fe76c18..058f86a 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" -p "system":"$1"
+../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "system":"$1"