From b7c7feee5370eb25d0c8fab484c54c9e3e4ab6c2 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 18 Aug 2011 17:52:07 +0000 Subject: send upload notifications to packages-commits ML --- modules/buildsystem/templates/upload-bin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/buildsystem/templates/upload-bin') diff --git a/modules/buildsystem/templates/upload-bin b/modules/buildsystem/templates/upload-bin index 4f02d002..ef64a1a3 100755 --- a/modules/buildsystem/templates/upload-bin +++ b/modules/buildsystem/templates/upload-bin @@ -2,8 +2,8 @@ binrepodir=<%= binrepodir %> uploadinfosdir=<%= uploadinfosdir %> tmpfile=$(mktemp) -mail_from="root@mageia.org" -mail_dest="boklm@mars-attacks.org" +mail_from="<%= uploadmail_from %>" +mail_dest="<%= uploadmail_to %>" test $# = 2 || exit 3 username="$1" -- cgit v1.2.1