[kgb] KGB stalke aussi les fortunes
This commit is contained in:
parent
ba54c7f3b0
commit
e426f8f204
3 changed files with 19 additions and 0 deletions
3
Bundler/fortunes.xml
Normal file
3
Bundler/fortunes.xml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<Bundle name="kgb-client">
|
||||||
|
<Python name="/etc/kgb-fortunes.conf"/>
|
||||||
|
</Bundle>
|
|
@ -182,6 +182,7 @@
|
||||||
<Group name="non-free"/>
|
<Group name="non-free"/>
|
||||||
<Group name="db-replicat-test"/>
|
<Group name="db-replicat-test"/>
|
||||||
<Group name="iscsi"/>
|
<Group name="iscsi"/>
|
||||||
|
<Bundle name="fortunes"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Group name="ovh"
|
<Group name="ovh"
|
||||||
|
|
15
Python/etc/kgb-fortunes.conf
Normal file
15
Python/etc/kgb-fortunes.conf
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# -*- coding: utf-8; mode: python -*-
|
||||||
|
|
||||||
|
include("secrets")
|
||||||
|
|
||||||
|
info["owner"] = "root"
|
||||||
|
info["group"] = "respbats"
|
||||||
|
info["perms"] = 0660
|
||||||
|
|
||||||
|
header("Pour parler à KGB dans un hook git\n")
|
||||||
|
|
||||||
|
print "---"
|
||||||
|
print "repo-id: fortunes"
|
||||||
|
print "servers:"
|
||||||
|
print " - uri: http://irc.crans.org:5391/"
|
||||||
|
print " password: %s" % (secrets.kgb_passwords['fortunes'])
|
Loading…
Add table
Add a link
Reference in a new issue