15 lines
332 B
Python
15 lines
332 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")
|
|
|
|
print "---"
|
|
print "repo-id: crans"
|
|
print "servers:"
|
|
print " - uri: http://irc.crans.org:5391/"
|
|
print " password: %s" % (secrets.kgb_passwords['crans'])
|