download: add a link to the new netboot environment

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Thomas Bächler 2011-12-04 17:51:36 +01:00 committed by Dan McGee
parent ffdaac4d8b
commit c9d51d08c9
3 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,7 @@ def download(request):
)
context = {
'releng_iso_url': settings.ISO_LIST_URL,
'releng_pxeboot_url': settings.PXEBOOT_URL,
}
return list_detail.object_list(request,
qset.order_by('mirror__country', 'mirror__name', 'protocol'),

View File

@ -118,6 +118,9 @@
# URL to fetch a current list of available ISOs
ISO_LIST_URL = 'http://releng.archlinux.org/isos/'
# URL to the PXE netboot instructions
PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/'
# URL for SVN access for fetching commit messages (note absence of packages or
# community bit on the end, repo.svn_root is appended)
SVN_BASE_URL = 'svn+ssh://svn.archlinux.org/srv/svn-'

View File

@ -122,6 +122,8 @@ <h3>Test ISO Info</h3>
<ul>
<li><a href="{{ releng_iso_url }}"
title="Release Engineering ISO download">Download snapshots</a></li>
<li><a href="{{ releng_pxeboot_url }}"
title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a></li>
<li><a href="{% url releng-test-overview %}"
title="Release Engineering ISO feedback">Feedback</a></li>
</ul>