summaryrefslogtreecommitdiff
path: root/config.local.import-ourarches
blob: c1b101f42c6999f5fc5a913a143dcbcf754e9505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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)

# For db-import-any.
# Which architecture to import arch=(any) packages from.
ARCHARCH='x86_64'