From 00c61083d7139f19b8d99dfc7ac6d7e22c4f9a78 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 13 Jul 2017 07:55:44 +0100 Subject: master and worker initialisation (draft) --- worker_config.cfg | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'worker_config.cfg') diff --git a/worker_config.cfg b/worker_config.cfg index 5173b6f..a156ac8 100644 --- a/worker_config.cfg +++ b/worker_config.cfg @@ -9,11 +9,11 @@ --- w_tags: - [ { t_name: "BUILD", - t_keyrings: ["build_keyring.asc", "general_keyring.asc"], - t_commands: [ + { + t_keyrings: ["build_keyring.asc", "general_keyring.asc"], + t_commands: [ { c_url: "file:///home/user/bin/script.sh $1 $2", c_hash: "12da324fb76s924acbce" @@ -21,17 +21,19 @@ w_tags: { c_url: "http://my.server.net/call.pl?branch=$1" } - ] - }, + ] + } { t_name: "PUBLISH", - t_keyrings: ["web_developers.asc"], - t_commands: [ - { - c_url: "file:///usr/local/bin/publish.py $repo $branch", - c_hash: "3234567898765432345678" - } - ] + { + t_keyrings: ["web_developers.asc"], + t_commands: [ + { + c_url: "file:///usr/local/bin/publish.py $repo $branch", + c_hash: "3234567898765432345678" + } + ] + } } - ] + } ... \ No newline at end of file -- cgit v1.2.3