summaryrefslogtreecommitdiff
path: root/source/build_complete.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/build_complete.sh')
-rw-r--r--source/build_complete.sh16
1 files changed, 0 insertions, 16 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"