15 lines
302 B
Python
15 lines
302 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
include("secrets")
|
|
|
|
info["owner"] = "git"
|
|
info["group"] = "respbats"
|
|
info["mode"] = 0660
|
|
|
|
header("Pour parler à KGB dans un hook git")
|
|
|
|
@---
|
|
@repo-id: crans
|
|
@servers:
|
|
@ - uri: http://irc.crans.org:5391/
|
|
out(" password: %s" % (secrets.kgb_passwords['crans'],))
|