summaryrefslogtreecommitdiff
path: root/scorsh.cfg
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-13 07:55:44 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-13 07:55:44 +0100
commit00c61083d7139f19b8d99dfc7ac6d7e22c4f9a78 (patch)
tree942623175a650be1c98694e0f2e05640df49d9df /scorsh.cfg
parentb2b083e0597d3277f5dc075f4b17c89de51a77d0 (diff)
master and worker initialisation (draft)
Diffstat (limited to 'scorsh.cfg')
-rw-r--r--scorsh.cfg12
1 files changed, 3 insertions, 9 deletions
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
+...