summaryrefslogtreecommitdiff
path: root/local_config.example
blob: 99a1fdb4c36c6f4c47589b2853c4481ece7daed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Mirror options
mirror="mirrors.eu.kernel.org"
mirrorpath="::mirrors/archlinux"

# Directories: they should end without /
## Optionals
paraboladir=~/parabolagnulinux.org
logtime=$(date -u +%Y%m%d-%H:%M)
## Must be defined
tempdir=~/tmp
archdb=${tempdir}/db
docs_dir=${paraboladir}/docs
repodir=${paraboladir}/repo
# End Directories

# Files
logname=${paraboladir}/log/${logtime}-repo-maintainer.log
blacklist=${docs_dir}/blacklist.txt
whitelist=${docs_dir}/whitelist.txt
pending=${docs_dir}/pending
rsync_blacklist=${docs_dir}/rsyncBlacklist

# Repos, arches, and dirs for repo
repo_list="core:extra:community:testing:community-testing:multilib"
dir_list="pool"
arch_list="i686:x86_64"
other="any"

# Output options
output="True"
debug="False"

# Rsync commands
rsync_update_command="rsync -nav --delay-updates --exclude='*.{abs|db}.tar.*' "
rsync_post_command="rsync -nav --delete --exclude='*.abs.tar.*' "