summaryrefslogtreecommitdiff
path: root/db-import-archlinux32.conf
blob: 2744840c461a25f6a500dc3c4d6d160892a5a880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/hint/bash

# "tags" are repo-arch pairs
ARCHTAGS=({build-support,core,testing,extra,community}-i686)
ARCHPATH='$arch/$repo'
ARCHPKGPOOL='pool'

OURPKGPOOL='pool/archlinux32'

INHERIT=(
	'pool/packages'
	'pool/community'
	'pool/alarm'
)

# https://git.archlinux32.org/archlinux32/packages/raw/branch/master/core/pacman-mirrorlist/mirrorlist
ARCHMIRROR='rsync://mirror.archlinux32.org/archlinux32/'

if [[ -n ${DBIMPORT_CONFIG} ]]; then
	source "${DBIMPORT_CONFIG}"
fi