From 5acf69ce4de84a8db57f8b8ca2eda837760e954d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 26 Mar 2010 09:21:49 -0400 Subject: Syntax error found. --- repo/hooks/ciabot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repo') 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) -- cgit v1.2.1