summaryrefslogtreecommitdiff
path: root/repo/hooks/ciabot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'repo/hooks/ciabot.sh')
-rwxr-xr-xrepo/hooks/ciabot.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index c7866e75..b3c36316 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -4,6 +4,13 @@
# Copyright (c) 2008 Natanael Copa <natanael.copa@gmail.com>
# Copyright (c) 2010 Eric S. Raymond <esr@thyrsus.com>
#
+# This is version 3.1 of ciabot.sh. Versions 1 and 2 were shipped
+# in 2006 and 2008 and are not version-stamped.
+#
+# Note: This script should be considered obsolete.
+# There is a faster, better-documented rewrite in Python: find it as ciabot.py
+# Use this only if your hosting site forbids Python hooks.
+#
# Originally based on Git ciabot.pl by Petr Baudis.
# This script contains porcelain and porcelain byproducts.
#
@@ -52,7 +59,7 @@ urlprefix="http://${host}/cgi-bin/cgit.cgi/${repo}/commit/?id="
#
# Identify the script. Should change only wghen the script itself
-generator="http://www.catb.org/~esr/ciabot.py"
+generator="http://www.catb.org/~esr/ciabot.sh"
# Addresses for the e-mail
from="${LOGNAME}@${host}"