summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-10-02 20:05:55 -0300
committerLuke Shumaker <lukeshu@parabola.nu>2018-10-03 01:41:50 -0400
commit70c3fedb52977de0331f5202097037b41c60748b (patch)
tree83063e8188893b095fe786ccb2230763370716ef
parent5aff5d0725766a75051d616d299e9f924374f155 (diff)
db-import-any.conf: add [community-testing]lukeshu/any
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)