aboutsummaryrefslogtreecommitdiffstats
path: root/repoctl.conf
blob: c740b086bffd77101f116fb412f5d31c3aca4961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dryrun=echo
if [ -z $SUDO_USER ]
then
   requestuser="$USER"
else
   requestuser="$SUDO_USER"
fi
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"