diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-13 07:55:44 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-13 07:55:44 +0100 |
commit | 00c61083d7139f19b8d99dfc7ac6d7e22c4f9a78 (patch) | |
tree | 942623175a650be1c98694e0f2e05640df49d9df /worker_config.cfg | |
parent | b2b083e0597d3277f5dc075f4b17c89de51a77d0 (diff) |
master and worker initialisation (draft)
Diffstat (limited to 'worker_config.cfg')
-rw-r--r-- | worker_config.cfg | 28 |
1 files changed, 15 insertions, 13 deletions
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 |