diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 16:08:29 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 16:08:29 +0100 |
commit | 9929462cb62e02c4eea2f298cfa4dc051cba71de (patch) | |
tree | 956e588a23f6204ac1f5c3e4985fb73cba1ef432 /source/repo_update.sh | |
parent | 037085c49235c7f89c3a0b2a55091fbb5c5b556c (diff) | |
download | orchestration-9929462cb62e02c4eea2f298cfa4dc051cba71de.tar.gz |
Pass repo_name from bottle to firehose_trigger
Diffstat (limited to 'source/repo_update.sh')
-rw-r--r-- | source/repo_update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/repo_update.sh b/source/repo_update.sh index 4cbe4d3..99fffab 100644 --- a/source/repo_update.sh +++ b/source/repo_update.sh @@ -9,4 +9,5 @@ port=9999 user=orchestration passwd=orchestration -buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" +echo $1 +../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "repo_name":"$1" |