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