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 ++-- modules/subversion/templates/hook_sendmail.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/subversion/templates') 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 < + from: root@<%= @domain %> to: <%- commit_mail.each do |mail| -%> - <%= mail %> @@ -19,6 +19,6 @@ alternative: HTML::ColorDiff with-diff: 1 max_diff_length: 20000 - from: root@<%= domain %> + from: root@<%= @domain %> to: <%= i18n_mail %> <%- end -%> -- cgit v1.2.1