diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-17 08:44:09 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-17 08:44:09 +0100 |
commit | 41f670c0ffa221c8ae8153d3a223359ac37b34c6 (patch) | |
tree | 9b5deb519db66f135e0a160ca2b07d0bdb940245 /source/repo_update.sh | |
parent | c025b264025d8a7f8040c65b36b65f7f127315f9 (diff) | |
download | orchestration-41f670c0ffa221c8ae8153d3a223359ac37b34c6.tar.gz |
Remove unneeded scripts
what these do is now done in bottlerock.py
Diffstat (limited to 'source/repo_update.sh')
-rw-r--r-- | source/repo_update.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/repo_update.sh b/source/repo_update.sh deleted file mode 100644 index 3c82ca7..0000000 --- a/source/repo_update.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# this will go on the post-receive hooks for repos updated by lorry -set -ex - -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" -p "repo_name":"$1" |