{% extends "coprs/detail.html" %} {% from "coprs/_coprs_forms.html" import copr_legal_flag_form with context %} {% block overview_selected %}selected{% endblock %} {% block detail_body %}

Description

{{ copr.description_or_not_filled|safe }}

Installation Instructions

{{ copr.instructions_or_not_filled|safe }}

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
{% for mock_chroot in copr.active_chroots %} {% if loop.index < copr.active_chroots|length %} {% if mock_chroot.os_release != copr.active_chroots[loop.index].os_release or mock_chroot.os_version != copr.active_chroots[loop.index].os_version %} {# next release is different => release-end #} {% else %} {% endif %} {% else %}{# last line => release-end for sure #} {% endif %} {% if mock_chroot.os_release != copr.active_chroots[loop.index0 - 1].os_release or mock_chroot.os_version != copr.active_chroots[loop.index0 - 1].os_version or loop.index0 == 0 %} {# previous os_release-os_version were different or this is the first one #} {% else %} {% endif %} {% if mock_chroot.os_release != copr.active_chroots[loop.index0 - 1].os_release or mock_chroot.os_version != copr.active_chroots[loop.index0 - 1].os_version or loop.index0 == 0 %} {# previous os_release-os_version were different or this is the first one #} {% else %} {% endif %} {% else %} {% endfor %}
Release Architecture Yum Repo
{{ mock_chroot.os_release|capitalize }} {{ mock_chroot.os_version }}{{ mock_chroot.arch }} {{ copr.owner.name }}-{{ copr.name }}.repo
No active releases
{% if copr.repos_list %}

Repository List

{% endif %}
{{ copr_legal_flag_form(form, copr) }} {% endblock %}