crans_bcfg2/Python/etc/kgb-client.conf
2014-08-17 12:12:59 +02:00

15 lines
331 B
Python

# -*- coding: utf-8; mode: python -*-
include("secrets")
info["owner"] = "git"
info["group"] = "respbats"
info["perms"] = 0660
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_passwords['crans'])