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 /scorsh.cfg | |
parent | b2b083e0597d3277f5dc075f4b17c89de51a77d0 (diff) |
master and worker initialisation (draft)
Diffstat (limited to 'scorsh.cfg')
-rw-r--r-- | scorsh.cfg | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,12 +1,6 @@ -# -# This is a typical scorsh configuration. We declare here the list of -# workers, with the corresponding repo/branches regular expressions -# and the associated folder -# - --- -s_spooldir: "/var/spool/scorsh" -s_logfile: "/var/log/scorsh/scorsh.log" +s_spooldir: "./spool" +s_logfile: "./scorsh.log" s_logprefix: "[scorsh]" s_workers: @@ -50,4 +44,4 @@ s_workers: ], } ] -...
\ No newline at end of file +... |