summaryrefslogtreecommitdiff
path: root/source/dummy_build_update.sh
blob: 8c2cd5e32f29ff6b938e8846bfabad99a98bc205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# this will run once ybd has finished a build
set -e

category=postbuild

IP=127.0.0.1
port=9999
user=orchestration
passwd=orchestration

orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category"