#/bin/bash # as a hint to text editors IMPORTDIR=/srv/repo/import _archrepos=( {core,extra,testing,staging}-{i686,x86_64} {gnome,kde}-unstable-{i686,x86_64} community{,-testing,-staging}-{i686,x86_64} multilib{,-testing,-staging}-x86_64 ) _archpkgmirror=$(db-pick-mirror rsync https://www.archlinux.org/mirrors/status/tier/1/json/) # name pkgmirror absmirror repo-arch... IMPORTS=("archlinux ${_archpkgmirror} rsync.archlinux.org ${_archrepos[*]}") unset _archrepos _archpkgmirror