diff options
-rw-r--r-- | source/definitions_update.sh | 2 | ||||
-rw-r--r-- | source/repo_update.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source/definitions_update.sh b/source/definitions_update.sh index f77b175..28835db 100644 --- a/source/definitions_update.sh +++ b/source/definitions_update.sh @@ -9,4 +9,4 @@ port=9999 user=orchestration passwd=orchestration -buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" +../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" diff --git a/source/repo_update.sh b/source/repo_update.sh index 99fffab..f1c0fca 100644 --- a/source/repo_update.sh +++ b/source/repo_update.sh @@ -9,5 +9,4 @@ port=9999 user=orchestration passwd=orchestration -echo $1 ../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "repo_name":"$1" |