From 92f19d9d9a3c36a81f6d5221089b078fcf15247b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 10 Feb 2011 12:53:43 +0000 Subject: fix xml generated , and so reenable url in cia notification --- modules/subversion/templates/ciabot_svn.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh index 9764e945..8dea608c 100755 --- a/modules/subversion/templates/ciabot_svn.sh +++ b/modules/subversion/templates/ciabot_svn.sh @@ -91,7 +91,7 @@ for file in `svnlook changed -r "$REV" "$REPOS" | cut -c 3- | sed 's/\&/\&/g files="$files$file" done -url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&revision=$REV" +url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&revision=$REV" # Send an email with the final XML message (cat <$author $files $log + $url $diff_lines -- cgit v1.2.1