{% extends "coprs/detail.html" %} {% from "coprs/_coprs_forms.html" import copr_legal_flag_form with context %} {% from "_helpers.html" import chroot_to_os_logo, copr_name, copr_url, build_href, repo_file_href %} {% set selected_tab = "overview" %} {%block project_breadcrumb %}
{{ copr.description|markdown|default( 'Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.', true) }}
{{ copr.instructions|markdown|default( 'Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.', true) }}
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 |
---|---|---|
{{ chroot_to_os_logo(repo) }} | {% for arch in repo.arch_list %} {{ arch }} {% if copr.is_release_arch_modified(repo.name_release, arch) %} [modified] {% endif %} ({{ repo.rpm_dl_stat[arch] }})*{% if not loop.last %}, {% endif %} {% endfor %} | {{ repo.name_release_human|capitalize }} ({{ repo.dl_stat }} downloads) |
* Total number of packages downloaded in the last seven days.
{% if copr.repos_list %}The following repositories are accessible during builds
No builds...