From fb686cdd364a21b4b7a3dccba4f2b3737e354dc5 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 21 Jun 2011 16:18:24 +0000 Subject: send mail when package is moved --- mgatools.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'mgatools.conf') diff --git a/mgatools.conf b/mgatools.conf index 8f8304d..aca64f4 100644 --- a/mgatools.conf +++ b/mgatools.conf @@ -1,5 +1,12 @@ moveupdate_allowed_group=mga-qa -moveupdate_mailto=qa-report@ml.mageia.org +moveupdate_mailto=sysadmin-reports@ml.mageia.org +if [ -z $SUDO_USER ] +then + requestuser="$USER" +else + requestuser="$SUDO_USER" +fi +moveupdate_mailfrom="$requestuser " distribdir=/distrib/bootstrap/distrib distroreleases='1' distrosections='core nonfree tainted' -- cgit v1.2.1