{% extends "base.html" %} {% load static %} {% block title %}Arch Linux - Tier0 Mirror{% endblock %} {% block content %}

Tier 0 Mirror usage information

Arch Linux Tier 0 mirror on repos.archlinux.org which can be used if to obtain the absolute latest packages. The mirror is protected with an HTTP Basic Auth password unique per Staff member.

{% if mirror_url %} Server = {{ mirror_url }}
{% csrf_token %}

{% else %}
{% csrf_token %}

{% endif %}
{% endblock %} {% block script_block %} {% endblock %}