summaryrefslogtreecommitdiff
path: root/source/dummy_lorry_update.sh
blob: cd6223c043c485df4bfdbdd133fd4a7617ff2581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# this will go on the definitions post-receive hook
set -e

category=lorry

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"