crans_bcfg2/Python/etc/kgb-fortunes.conf
2013-11-22 13:48:45 +01:00

15 lines
340 B
Python

# -*- 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'])