{% extends "mini_buildd/page.html" %} {% load base %} {% block page_title %}Repository {{ object.identity }}{% endblock %} {% block page_sub_title %}Setup details{% endblock %} {% block mbd_page_footer %} » {{ object.identity }}{% endblock %} {% block content %}

Repository: {{ object.identity }}

Port external dsc

{% if object.external_home_url %}
{% endif %} {% for d in object.distributions.all %}

Distribution: {{ d }}

Architectures

    {% for a in d.architectureoption_set.all %}
  • {{ a.architecture.name }} {% if a.optional %} (o) {% endif %}
  • {% endfor %}

{% for s in object.layout.suiteoption_set.all %}

{{ d.base_source.codename }}-{{ object.identity }}-{{ s.suite.name }}: {% mbd_repository_desc object d s %}

  • Apt source line:
    {% mbd_distribution_apt_line d object s %}
  • Mandatory version part:
    {% mbd_repository_mandatory_version object d s %}
  • {% if s.suite.migrates_to %}
  • Migrates to: {{ s.suite.migrates_to.name }}
  • {% endif %} {% if s.uploadable %}
  • Uploadable.
  • Apt sources.list:
    {% mbd_distribution_apt_sources_list d object s %}
  • Apt preferences:
    {% mbd_distribution_apt_preferences d object s %}
  • {% endif %}
{% endfor %}
{% endfor %}
{% endblock %}