summaryrefslogtreecommitdiff
path: root/config.local.community
diff options
context:
space:
mode:
Diffstat (limited to 'config.local.community')
-rw-r--r--config.local.community20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.local.community b/config.local.community
index 5d3e69c..b5070c1 100644
--- a/config.local.community
+++ b/config.local.community
@@ -4,3 +4,23 @@ PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multil
ARCHES=('x86_64')
PKGPOOL='pool/community'
SRCPOOL='sources/community'
+
+# "tags" are repo-arch pairs
+ARCHTAGS=({community,multilib,multilib-testing}-x86_64)
+ARCHPATH='$repo/os/$arch'
+ARCHPKGPOOL='pool/community'
+ARCHSRCPOOL='sources/community'
+
+OURPKGPOOL='pool/community'
+OURSRCPOOL='sources/community'
+
+# Of the few tier-1 mirrors with the 'sources/' folder:
+#
+# $ ./config-list-mirrors-archlinux --require=sources | jq -r '.[].url'
+# rsync://archlinux.c3sl.ufpr.br/archlinux/
+# rsync://mirrors.kernel.org/archlinux/
+# rsync://ftp.acc.umu.se/mirror/archlinux/
+#
+# ftp.acc.umu.se (Sweden) has (by far) the best ping time from
+# winston.parabola.nu (Iceland).
+ARCHMIRROR='rsync://ftp.acc.umu.se/mirror/archlinux/'