summaryrefslogtreecommitdiff
path: root/config.local.packages
blob: 403fc9c09d62a9937cac87ecc6861346c7632d96 (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=('core' 'extra' 'testing' 'staging' 'kde-unstable' 'gnome-unstable')
ARCHES=('x86_64')
PKGPOOL='pool/packages'
SRCPOOL='sources/packages'

# "tags" are repo-arch pairs
ARCHTAGS=("${PKGREPOS[@]/%/-x86_64}")
ARCHPATH='$repo/os/$arch'
ARCHPKGPOOL='pool/packages'
ARCHSRCPOOL='sources/packages'

# 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/'