summaryrefslogtreecommitdiff
path: root/releng
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-03-17 16:02:56 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-17 16:06:11 -0400
commit56660109fc7b3325768db6f9d05e1ee7374a3b86 (patch)
treec1b39c17b89c7b6702bb13631157591c3f58ba78 /releng
parent0d9bb8fff73b5dbb35cc46f82901c027496cde4a (diff)
parent0e093e5c2b47022fd787ba1231ae61051d54175f (diff)
Merge tag 'release_2017-03-13' into archweb-generic
Diffstat (limited to 'releng')
-rw-r--r--releng/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/releng/views.py b/releng/views.py
index 03ea8a86..793249fc 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -293,7 +293,6 @@ def netboot_config(request):
mirrorurls = sorted( mirrorurls,
key=lambda x: x.country.name)
context = {
- 'archs': [ 'i686', 'x86_64' ],
'releases': releases,
'mirrorurls': mirrorurls,
}