From c01614ef3b41535ffd3baa85b3f27ca01b23f7c0 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 10 Sep 2015 16:18:20 +0100 Subject: Change definitions repo to the one in the slave --- builder_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder_logic.py') diff --git a/builder_logic.py b/builder_logic.py index 65576d2..7ca74eb 100644 --- a/builder_logic.py +++ b/builder_logic.py @@ -3,7 +3,7 @@ import subprocess ORCHE_URL = 'http://127.0.0.1:8080/' BUILD_SCRIPT = 'bild_a_system.sh' DEPLOY_SCRIPT = 'deploy_a_system.sh' -DEFINITIONS_DIR='/home/patrickdarley/definitions' +DEFINITIONS_DIR='definitions' REF = "cu010-trove/br6/firehose-test-1" whitelist = [ -- cgit v1.2.1