From 4dc6e887e6ae9e434f15aaa22e83ef8a8b9f35e6 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 2 Oct 2018 20:05:55 -0300 Subject: db-import-any.conf: add [community-testing] and update comments Signed-off-by: David P --- db-import-any.conf | 5 ++--- 1 file 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) -- cgit v1.2.2