From dfd82b57ce18b2e169660c15990d2edf0e2d9e16 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 14 Nov 2013 02:17:23 +0100 Subject: [PATCH] Conf de kgb-client dans Bcfg2 --- Bundler/kgb-client.xml | 3 +++ Metadata/groups.xml | 1 + Python/etc/kgb-client.conf | 15 +++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 Bundler/kgb-client.xml create mode 100644 Python/etc/kgb-client.conf 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)