{% extends "base.html" %} {% load humanize %} {% block content %} {% if msg %}
{{ msg }}
{% endif %}

These are the bare tarballs used by the builders to performs "clean-room" package builds. This ensures reproducability.

{% csrf_token %} {% for repository, seriess in tarballs.iteritems %} {% for series, architectures in seriess.iteritems %} {% for architecture, tarball in architectures.iteritems %} {% endfor %} {% endfor %} {% endfor %}
Repository Series Architecture Last refresh Download Build
{{ repository.name }} {{ series.name }} {{ architecture.name }} {% if not tarball.last_refresh %}No tarball yet.{% else %}{{ tarball.last_refresh|naturaltime }}{% endif %} ({{ tarball.get_state_display }}) Download it
{% endblock %}