diff options
Diffstat (limited to 'modules/buildsystem/templates')
-rwxr-xr-x | modules/buildsystem/templates/upload-bin | 4 |
1 files changed, 2 insertions, 2 deletions
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" |