{% extends "mini_buildd/base.html" %} {% load mini_buildd_tags %} {% block page_title %}Repository {{ object.identity }}{% endblock %} {% block page_sub_title %}Overview{% endblock %} {% block content %}
{% mbd_api "getuploaders" value_repository=object.identity %} {% for d in object.distributions.all %}
{{ d }} {% for s in object.layout.suiteoption_set.all %}
{{ d.base_source.codename }}-{{ object.identity }}-{{ s.suite.name }}: {% mbd_repository_desc object d s %} {% if s.uploadable %} (U='{% mbd_repository_mandatory_version object d s %}') {% endif %} {% if s.experimental %} (E) {% endif %} (show) {% if s.migrates_to %} => {{ s.migrates_to.suite.name }} {% endif %}
  • APT line (Download: {% mbd_api "getkey" name="APT key" output="plain" %} {% mbd_api "getsourceslist" output="plain" value_suite=s.suite.name value_codename=d.base_source.codename value_with_extra_sources=False value_repository=object.identity name="deb" value_with_deb_src=False %} {% mbd_api "getsourceslist" output="plain" value_suite=s.suite.name value_codename=d.base_source.codename value_with_extra_sources=False value_repository=object.identity name="deb+src" value_with_deb_src=True %}) :
    {% mbd_distribution_apt_line d object s %}
  • {% if s.uploadable %}
  • Building with APT sources.list:
    {% mbd_distribution_apt_sources_list d object s %}
  • Building with APT preferences:
    {% mbd_distribution_apt_preferences d object s %}
  • {% endif %}
  • Browse repository: pool/ dists/
{% endfor %}
{% endfor %}
{% endblock %}