summaryrefslogtreecommitdiff
path: root/db-import-any.conf
blob: d75e3372ff007e7e7d0978d1a74877bc4c142d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/hint/bash

# The architecture to compare with
BASEARCH='x86_64'

# Architectures not supported by Arch Linux {32,ARM}
OURARCHES=(ppc64le)
# OURARCHES+=(riscv64)

# Arch official repos supported by us
ARCHREPOS=(core community extra testing)