summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db-import-any.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/db-import-any.conf b/db-import-any.conf
index d75e337..b27d192 100644
--- a/db-import-any.conf
+++ b/db-import-any.conf
@@ -1,11 +1,10 @@
#!/hint/bash
-# The architecture to compare with
+# The architecture from where we import the packages
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)
+ARCHREPOS=(core community community-testing extra testing)