summaryrefslogtreecommitdiff
path: root/db-import-community.conf
blob: 7705a5ac7ee0f6c84ac22e3ee267fa3a08ab294b (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
#!/hint/bash

# "tags" are repo-arch pairs
ARCHTAGS=({community,multilib,multilib-testing}-x86_64)
ARCHPATH='$repo/os/$arch'
ARCHPKGPOOL='pool/community'
ARCHSRCPOOL='sources/community'

OURPKGPOOL='pool/community'
OURSRCPOOL='sources/community'

# Of the few tier-1 mirrors with the 'sources/' folder:
#
#    $ ./config-list-mirrors-archlinux --require=sources | jq -r '.[].url'
#    rsync://archlinux.c3sl.ufpr.br/archlinux/
#    rsync://mirrors.kernel.org/archlinux/
#    rsync://ftp.acc.umu.se/mirror/archlinux/
#
# ftp.acc.umu.se (Sweden) has (by far) the best ping time from
# winston.parabola.nu (Iceland).
ARCHMIRROR='rsync://ftp.acc.umu.se/mirror/archlinux/'

if [[ -n ${DBIMPORT_CONFIG} ]]; then
	source "${DBIMPORT_CONFIG}"
fi