summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-10-02 20:05:55 -0300
committerDavid P <megver83@parabola.nu>2018-10-02 20:06:54 -0300
commit4dc6e887e6ae9e434f15aaa22e83ef8a8b9f35e6 (patch)
tree16b9f531f74edcad9fe2246c6385d1dfe1c6a1da
parent036f3961762a263185071abd341f703d43714c5c (diff)
db-import-any.conf: add [community-testing]megver83
and update comments Signed-off-by: David P <megver83@parabola.nu>
-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)