From c51532072021553a2f13f0a6fb33b816716c375d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 11 Dec 2012 18:33:29 +0000 Subject: subversion: remove "dynamic lookup" warnings --- modules/subversion/templates/ciabot_svn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/subversion/templates/ciabot_svn.sh') diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh index 63aa77a8..9e1437cf 100755 --- a/modules/subversion/templates/ciabot_svn.sh +++ b/modules/subversion/templates/ciabot_svn.sh @@ -65,7 +65,7 @@ # project_name="Mageia" module_name="<%= cia_module %>" -return_address="root@<%= domain %>" +return_address="root@<%= @domain %>" ignore_author="<%= cia_ignore_author %>" # System @@ -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 <