crans_bcfg2/Python/etc/kgb-ca.conf

15 lines
372 B
Python

# -*- coding: utf-8; mode: python -*-
include("secrets")
info["owner"] = "root"
info["group"] = "bureau"
info["perms"] = 0660
header("Pour parler à KGB dans un hook git\nUn membre du CA n'est pas forcément apprenti.")
print "---"
print "repo-id: ca"
print "servers:"
print " - uri: http://irc.crans.org:5391/"
print " password: %s" % (secrets.kgb_passwords['ca'])