summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-17 08:44:09 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-17 08:44:09 +0100
commit41f670c0ffa221c8ae8153d3a223359ac37b34c6 (patch)
tree9b5deb519db66f135e0a160ca2b07d0bdb940245
parentc025b264025d8a7f8040c65b36b65f7f127315f9 (diff)
downloadorchestration-41f670c0ffa221c8ae8153d3a223359ac37b34c6.tar.gz
Remove unneeded scripts
what these do is now done in bottlerock.py
-rw-r--r--source/build_complete.sh16
-rw-r--r--source/definitions_update.sh12
-rw-r--r--source/deploy_complete.sh12
-rw-r--r--source/repo_update.sh12
4 files changed, 0 insertions, 52 deletions
diff --git a/source/build_complete.sh b/source/build_complete.sh
deleted file mode 100644
index 1672226..0000000
--- a/source/build_complete.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# this will run once ybd has finished a build
-set -ex
-SYSTEM=$1
-BUILDSLAVE_SCRIPTS_SHA=$2
-DEFINITIONS_SHA=$3
-TESTING_SHA=$4
-
-category=postbuild
-
-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 "system":"$SYSTEM" -p "buildslave_scripts_sha":"$BUILDSLAVE_SCRIPTS_SHA" -p "definitions_sha":"$DEFINITIONS_SHA" -p "testing_sha":"$TESTING_SHA"
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"
diff --git a/source/deploy_complete.sh b/source/deploy_complete.sh
deleted file mode 100644
index a66b7a7..0000000
--- a/source/deploy_complete.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# this will run once ybd has finished a build
-set -ex
-
-category=postdeploy
-
-IP=127.0.0.1
-port=9999
-user=orchestration
-passwd=orchestration
-
-../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "artefact":"$1" -p "testing_sha":"$2"
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"