summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 09:18:14 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 09:18:14 -0400
commit48fdbae4172185dc34d077f38150d5fb466a0619 (patch)
treeb39a4c565cbbd3ddcadc1ed6f5b1d9c440ac1bcb /repo
parent6c7bcebbcacd0c4e99c458a76cc43ee89f701426 (diff)
downloadgpsd-48fdbae4172185dc34d077f38150d5fb466a0619.tar.gz
Attempt to isolate the bad change.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index fd48defa..41c8c6e7 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -32,15 +32,18 @@ repo="${REPO:-gpsd}"
from="esr@thyrsus.com"
to="cia@cia.vc"
-# SMTP client to use - may need to edit the absolute pathname for your system
-sendmail="/usr/sbin/sendmail -t -f ${from}"
-
# Changeset URL prefix for your repo: when the commit ID is appended
# to this, it should point at a CGI that will display the commit
# through gitweb or something similar.
urlprefix="http://git.alpinelinux.org/cgit/$repo/commit/?id="
-# You shouldn't be touching anything else.
+# SMTP client to use - may need to edit the absolute pathname for your system
+sendmail="/usr/sbin/sendmail -t -f ${from}"
+
+#
+# No user-serviceable parts below this line
+#
+
if [ $# -eq 0 ] ; then
refname=$(git symbolic-ref HEAD 2>/dev/null)
merged=$(git rev-parse HEAD)