summaryrefslogtreecommitdiff
path: root/source/dummy_definitions_update.sh
blob: f77b1751f80b6b8717d0f7684fd0647867bbc9d9 (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=definitions

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

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