diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-17 00:29:00 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-02 18:34:09 -0500 |
commit | e5bd7694320185cd1613f8c026d0f9e7bf2a2316 (patch) | |
tree | 2e5343e66a5e9fa2ad3a607f495995c4df44a3e8 /templates | |
parent | 4676d4474b6286a34823560475426ec91f2cd2a6 (diff) |
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')
-rw-r--r-- | templates/mirrors/mirrorlist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/mirrorlist.txt b/templates/mirrors/mirrorlist.txt index 891800d1..9d5b6919 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 %} |