diff --git a/Bundler/kgb-client.xml b/Bundler/kgb-client.xml new file mode 100644 index 0000000..7a77fec --- /dev/null +++ b/Bundler/kgb-client.xml @@ -0,0 +1,3 @@ + + + diff --git a/Metadata/groups.xml b/Metadata/groups.xml index f6fa64e..159e348 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -696,6 +696,7 @@ + diff --git a/Python/etc/kgb-client.conf b/Python/etc/kgb-client.conf new file mode 100644 index 0000000..990f825 --- /dev/null +++ b/Python/etc/kgb-client.conf @@ -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)