aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-10 12:53:43 +0000
committerMichael Scherer <misc@mageia.org>2011-02-10 12:53:43 +0000
commit92f19d9d9a3c36a81f6d5221089b078fcf15247b (patch)
tree087868c0531b84b966e9f2ef1759512ed20e7a32 /modules
parentefec9994e2bf5df4032f598e19a546d0e73ed7c1 (diff)
downloadpuppet-92f19d9d9a3c36a81f6d5221089b078fcf15247b.tar
puppet-92f19d9d9a3c36a81f6d5221089b078fcf15247b.tar.gz
puppet-92f19d9d9a3c36a81f6d5221089b078fcf15247b.tar.bz2
puppet-92f19d9d9a3c36a81f6d5221089b078fcf15247b.tar.xz
puppet-92f19d9d9a3c36a81f6d5221089b078fcf15247b.zip
fix xml generated , and so reenable url in cia notification
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/subversion/templates/ciabot_svn.sh3
1 files changed, 2 insertions, 1 deletions
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/\&/\&amp;/g
files="$files<file>$file</file>"
done
-url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&revision=$REV"
+url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&amp;revision=$REV"
# Send an email with the final XML message
(cat <<EOF
@@ -114,6 +114,7 @@ Subject: DeliverXML
<author>$author</author>
<files>$files</files>
<log>$log</log>
+ <url>$url</url>
<diffLines>$diff_lines</diffLines>
</commit>
</body>