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) --- scorsh.cfg | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'scorsh.cfg') diff --git a/scorsh.cfg b/scorsh.cfg index a1320a3..01e8def 100644 --- a/scorsh.cfg +++ b/scorsh.cfg @@ -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 +... -- cgit v1.2.3