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