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