summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-06-21 16:53:57 +0000
committerNicolas Vigier <boklm@mageia.org>2011-06-21 16:53:57 +0000
commita9ed0fee3413f0c27b544065234f5ecb8df08e52 (patch)
tree177c9cdfee4d78c6f5995e3674858e708130c620
parenta73cfdebff22fb433371b027c24742a2ffc7c76b (diff)
downloadmgatools-a9ed0fee3413f0c27b544065234f5ecb8df08e52.tar
mgatools-a9ed0fee3413f0c27b544065234f5ecb8df08e52.tar.gz
mgatools-a9ed0fee3413f0c27b544065234f5ecb8df08e52.tar.bz2
mgatools-a9ed0fee3413f0c27b544065234f5ecb8df08e52.tar.xz
mgatools-a9ed0fee3413f0c27b544065234f5ecb8df08e52.zip
move dryrun to config
-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 ]