From 41f670c0ffa221c8ae8153d3a223359ac37b34c6 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 17 Sep 2015 08:44:09 +0100 Subject: Remove unneeded scripts what these do is now done in bottlerock.py --- source/definitions_update.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 source/definitions_update.sh (limited to 'source/definitions_update.sh') diff --git a/source/definitions_update.sh b/source/definitions_update.sh deleted file mode 100644 index 2ecad0e..0000000 --- a/source/definitions_update.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# this will go on the definitions post-receive hook -set -ex - -category=definitions - -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" -p "force":"$1" -- cgit v1.2.1