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

# name pkgmirror absmirror repo-arch...
imports=("archlinux ${_archpkgmirror} rsync.archlinux.org ${_archrepos[*]}")