summaryrefslogtreecommitdiff
path: root/config.local.community
blob: cabfa5b8a9c358f7f67013362e0b03507d911596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/hint/bash

PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing' 'multilib-staging')
ARCHES=('x86_64')
PKGPOOL='pool/community'
SRCPOOL='sources/community'

# "tags" are repo-arch pairs
ARCHTAGS=({community,multilib}{,-testing,-staging}-x86_64)
ARCHPATH='$repo/os/$arch'
ARCHPKGPOOL='pool/community'
ARCHSRCPOOL='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/'