From 6c3cd718f965389d7941baad443ad57d61c1c4f7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 27 Mar 2010 00:40:57 -0400 Subject: Factor out the generator string. --- repo/hooks/ciabot.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh index d33b90a3..c7866e75 100755 --- a/repo/hooks/ciabot.sh +++ b/repo/hooks/ciabot.sh @@ -51,6 +51,9 @@ urlprefix="http://${host}/cgi-bin/cgit.cgi/${repo}/commit/?id=" # You probably will not need to change the following: # +# Identify the script. Should change only wghen the script itself +generator="http://www.catb.org/~esr/ciabot.py" + # Addresses for the e-mail from="${LOGNAME}@${host}" to="cia@cia.vc" @@ -107,7 +110,7 @@ out=" CIA Shell client for Git ${gitver} - http://dev.alpinelinux.org/~ncopa/alpine/ciabot.sh + ${generator} ${project} -- cgit v1.2.1