diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 11:41:28 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 11:41:28 +0100 |
commit | a148703e94b49eedc132229730db0aa86b082371 (patch) | |
tree | e2f834b3251cd8a4285db5fe996518bef51dbca0 | |
parent | 5526ad55234b3d905cd4540577aa4f13548951ef (diff) | |
download | orchestration-a148703e94b49eedc132229730db0aa86b082371.tar.gz |
remove logfile option
-rw-r--r-- | source/build_complete.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/build_complete.sh b/source/build_complete.sh index 3a8d821..c729cd6 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" -F sendlog +../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" |