#!/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"