summaryrefslogtreecommitdiff
path: root/db-import-any.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db-import-any.conf')
-rw-r--r--db-import-any.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/db-import-any.conf b/db-import-any.conf
new file mode 100644
index 0000000..d75e337
--- /dev/null
+++ b/db-import-any.conf
@@ -0,0 +1,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)