summaryrefslogtreecommitdiffstats
path: root/lib_cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib_cman.py')
-rw-r--r--lib_cman.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib_cman.py b/lib_cman.py
index 4f2ff6d..c1245fc 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -195,6 +195,30 @@ class CmanRicci(Daemon):
)
+class CmanRicciWorker(Program):
+ defaults = dict((
+ LABEL('ricci-worker'),
+ ))
+ summary = \
+ "ricci-worker is a ricci's slave to actually handle the task batches"
+ #web = 'https://sourceware.org/cluster/conga/'
+ location = '/usr/libexec/ricci/ricci-worker'
+ repo = dict(
+ git='git://git.fedorahosted.org/git/conga.git',
+ web='https://git.fedorahosted.org/cgit/conga.git',
+ )
+ ids = dict(
+ srpm='ricci',
+ rpm='ricci',
+ rhbz='ricci',
+ )
+ secprops = dict(
+ euser='ricci',
+ egroup='root',
+ #label='unconfined_u:system_r:ricci_t:s0',
+ )
+
+
class CmanCcs(Executable, CmanRicciRPCSrc):
defaults = dict((
LABEL('ccs'),