summaryrefslogtreecommitdiffstats
path: root/templates/mirrors/mirrorlist.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-06-17 07:29:00 +0200
committerDan McGee <dan@archlinux.org>2010-07-03 01:34:09 +0200
commite5bd7694320185cd1613f8c026d0f9e7bf2a2316 (patch)
tree2e5343e66a5e9fa2ad3a607f495995c4df44a3e8 /templates/mirrors/mirrorlist.txt
parent4676d4474b6286a34823560475426ec91f2cd2a6 (diff)
downloadarchweb-e5bd7694320185cd1613f8c026d0f9e7bf2a2316.tar.gz
archweb-e5bd7694320185cd1613f8c026d0f9e7bf2a2316.tar.xz
Remove arch from mirrorlist generation
With pacman 3.4.0, we can now use the $arch variable so we don't need architecture-specific mirrorlists. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/mirrorlist.txt')
-rw-r--r--templates/mirrors/mirrorlist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/mirrorlist.txt b/templates/mirrors/mirrorlist.txt
index 891800d..9d5b691 100644
--- a/templates/mirrors/mirrorlist.txt
+++ b/templates/mirrors/mirrorlist.txt
@@ -9,5 +9,5 @@ content right, and then go back later to fix it all up.
#{% for mirror_url in mirror_urls %}{% ifchanged %}
# {{ mirror_url.mirror.country }}{% endifchanged %}
-#Server = {{ mirror_url.url}}$repo/os/{{ arch }}{% endfor %}
+#Server = {{ mirror_url.url}}$repo/os/$arch{% endfor %}
{% endautoescape %}