summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 09:21:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 09:21:49 -0400
commit5acf69ce4de84a8db57f8b8ca2eda837760e954d (patch)
tree422e1bd3ef9acb696fe22a14f240b2ad0723afdc /repo
parent48fdbae4172185dc34d077f38150d5fb466a0619 (diff)
downloadgpsd-5acf69ce4de84a8db57f8b8ca2eda837760e954d.tar.gz
Syntax error found.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index 41c8c6e7..81844902 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -35,7 +35,7 @@ to="cia@cia.vc"
# 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="
+urlprefix="http://git.berlios.de/cgi-bin/gitweb.cgi?p=$repo;a=commit;h="
# SMTP client to use - may need to edit the absolute pathname for your system
sendmail="/usr/sbin/sendmail -t -f ${from}"
@@ -44,6 +44,8 @@ sendmail="/usr/sbin/sendmail -t -f ${from}"
# No user-serviceable parts below this line
#
+PATH="$PATH:`git --exec-path`"
+
if [ $# -eq 0 ] ; then
refname=$(git symbolic-ref HEAD 2>/dev/null)
merged=$(git rev-parse HEAD)