diff options
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/subversion/templates/ciabot_svn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh index bec23aad..f9fe8344 100755 --- a/modules/subversion/templates/ciabot_svn.sh +++ b/modules/subversion/templates/ciabot_svn.sh @@ -91,6 +91,8 @@ for file in `svnlook changed -r "$REV" "$REPOS" | cut -c 3- | sed 's/\&/\&/g files="$files<file>$file</file>" done +url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&revision=$REV" + # Send an email with the final XML message (cat <<EOF From: $return_address @@ -112,6 +114,7 @@ Subject: DeliverXML <author>$author</author> <files>$files</files> <log>$log</log> + <url>$url</url> <diffLines>$diff_lines</diffLines> </commit> </body> |