summaryrefslogtreecommitdiff
path: root/config.local.import-ourarches
blob: 958ac6d352382b97a425ca7b194d39aae8ab6ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/hint/bash

PKGREPOS=(
	# packages
	core extra testing staging kde-unstable gnome-unstable
	# community
	community{,-testing,-staging}
	multilib{,-testing,-staging}
)
# ARCHES should list arches that ./config.local.parabola has but
# there's no Arch Linux upstream for.
ARCHES=(ppc64le)
PKGPOOL='pool/import-ourarches'
SRCPOOL='sources/import-ourarches'