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