summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mga-move-update2
-rw-r--r--mgatools.conf1
2 files changed, 1 insertions, 2 deletions
diff --git a/mga-move-update b/mga-move-update
index 881a35f..e82e575 100644
--- a/mga-move-update
+++ b/mga-move-update
@@ -3,8 +3,6 @@
. /usr/share/mgatools/functions
moveupdate_allowed_group=mga-qa
-dryrun=echo
-
if [ $# != 3 ]
then
echo 'Usage: mga-move-update distrorelease section srcname' >&2
diff --git a/mgatools.conf b/mgatools.conf
index aca64f4..2fd5acc 100644
--- a/mgatools.conf
+++ b/mgatools.conf
@@ -1,3 +1,4 @@
+dryrun=echo
moveupdate_allowed_group=mga-qa
moveupdate_mailto=sysadmin-reports@ml.mageia.org
if [ -z $SUDO_USER ]