{% extends "coprs/detail.html" %}
{% from "coprs/_coprs_forms.html" import copr_legal_flag_form with context %}
{% block overview_selected %}selected{% endblock %}
{% block detail_body %}
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
{{ repo.name_release_human|capitalize }} |
{% for arch in repo.arch_list %}
{{ arch }}
{% if copr.is_release_arch_modified(repo.name_release, arch) %}
[modified]
{% endif %}
({{ repo.rpm_dl_stat[arch] }})*
{% endfor %} |
{{ repo.name_release_human|capitalize }} ({{ repo.dl_stat }} downloads) |