aboutsummaryrefslogtreecommitdiffstats
path: root/repoctl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'repoctl.conf')
-rw-r--r--repoctl.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/repoctl.conf b/repoctl.conf
new file mode 100644
index 0000000..d88a811
--- /dev/null
+++ b/repoctl.conf
@@ -0,0 +1,17 @@
+dryrun=echo
+moveupdate_allowed_group=mga-qa
+moveupdate_mailto=sysadmin-reports@ml.mageia.org
+if [ -z $SUDO_USER ]
+then
+ requestuser="$USER"
+else
+ requestuser="$SUDO_USER"
+fi
+moveupdate_mailfrom="$requestuser <root@mageia.org>"
+distribdir=/distrib/bootstrap/distrib
+finaldistribdir=/distrib/mirror/distrib
+distroreleases='1'
+distrosections='core nonfree tainted'
+sectionsrepos="release updates updates_testing backports backports_testing"
+arches='i586 x86_64'
+mirror_rsync_options="--dry-run --delete -alH"