Conf de kgb-client dans Bcfg2
This commit is contained in:
parent
7268fa5625
commit
dfd82b57ce
3 changed files with 19 additions and 0 deletions
3
Bundler/kgb-client.xml
Normal file
3
Bundler/kgb-client.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<Bundle name="kgb-client">
|
||||
<Python name="/etc/kgb-client.conf"/>
|
||||
</Bundle>
|
|
@ -696,6 +696,7 @@
|
|||
|
||||
<Group name="git-main">
|
||||
<Group name="gitweb"/>
|
||||
<Bundle name="kgb-client"/>
|
||||
</Group>
|
||||
|
||||
<Group name="gitweb">
|
||||
|
|
15
Python/etc/kgb-client.conf
Normal file
15
Python/etc/kgb-client.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
info["owner"] = "root"
|
||||
info["group"] = "respbats"
|
||||
info["perms"] = 0660
|
||||
|
||||
include("secrets")
|
||||
|
||||
header("Pour parler à KGB dans un hook git")
|
||||
|
||||
print "---"
|
||||
print "repo-id: crans"
|
||||
print "servers:"
|
||||
print " - uri: http://irc.crans.org:5391/"
|
||||
print " password: %s" % (secrets.kgb_password)
|
Loading…
Add table
Add a link
Reference in a new issue