diff options
| author | tv <tv@nomic.retiolum> | 2014-03-14 03:44:33 +0100 | 
|---|---|---|
| committer | tv <tv@nomic.retiolum> | 2014-03-14 03:44:33 +0100 | 
| commit | 86198e2578aa76a1d0f269ba7802eb2e46bbe0a1 (patch) | |
| tree | f2faea7e73ac075c829f4c98cd5e9690df9f3975 | |
| parent | dd750e6fe507177d84b12e1cae22e46f6a32bf8b (diff) | |
irc-announce: talk about LOCAL_CODE
| -rwxr-xr-x | git/gitolite-hooks/irc-announce | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/git/gitolite-hooks/irc-announce b/git/gitolite-hooks/irc-announce index 3230a2b0..31f4444c 100755 --- a/git/gitolite-hooks/irc-announce +++ b/git/gitolite-hooks/irc-announce @@ -1,6 +1,8 @@  #! /bin/sh  set -euf +# XXX when changing IRC_CHANNEL or IRC_SERVER/_PORT, don't forget to update +#     any relevant gitolite LOCAL_CODE!  # CAVEAT we hope that IRC_NICK is unique  IRC_NICK="gl$GL_TID"  IRC_CHANNEL='#testing'  | 
