summaryrefslogtreecommitdiff
path: root/db-import.conf
blob: 5a6049d31cec556e66ea80352ac80e87e65df2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#/bin/bash # as a hint to text editors

IMPORTDIR=/srv/repo/import

_archrepos=(
	{core,extra,testing}-{i686,x86_64}
	community{,-testing}-{i686,x86_64}
	multilib{,-testing}-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