{% 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|markdown|default('Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.', true) }}

Installation Instructions

{{ copr.instructions|markdown|default('Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.', true) }}

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).

# More info about how to enable a repo on the wiki page.
{% 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 }} {% if copr.buildroot_pkgs(mock_chroot): %} [modified] {% endif %} {{ copr.owner.name }}-{{ copr.name }}-{{mock_chroot.os_release+"-"+mock_chroot.os_version}}.repo
No active releases
{% if copr.repos_list %}

Repository List

{% endif %} {% for chroot in copr.modified_chroots %} {% endfor %}
{{ copr_legal_flag_form(form, copr) }} {% endblock %}