blob: 42ff03389490f7655099faae85420607af1b8c4c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# this will go on the definitions post-receive hook
catagory=lorry
IP=10.24.2.109
port=9999
user=orchestration
passwd=orchestration
buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory"
|