summaryrefslogtreecommitdiff
path: root/db-import.conf
blob: 4330fa98c648764ff468e6a55e1ad60ca83e2b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#/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