From e5bd7694320185cd1613f8c026d0f9e7bf2a2316 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 17 Jun 2010 00:29:00 -0500 Subject: 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 --- templates/mirrors/mirrorlist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/mirrors/mirrorlist.txt') 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 %} -- cgit v1.2.3-24-g4f1b