aboutsummaryrefslogtreecommitdiffstats
path: root/repoctl.conf
blob: 1c556fae00a02d4f70114fd97fd8af17435e7301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>"
lockdir=/var/lib/repoctl/locks
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"