{% 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 %}
  • Overview
  • {%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).

    {% for repo in repos_info_list %} {% endfor %}
    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 %}

    External Repository List

    The following repositories are accessible during builds

    {% endif %}

    {% if copr.homepage or copr.contact %}
    {% if copr.homepage %} Homepage {% endif %} {% if copr.contact %} Contact {% endif %}
    {% endif %} {% if not config.LAYOUT_OVERVIEW_HIDE_QUICK_ENABLE %}

    Quick Enable

    dnf copr enable {{ copr_name(copr) }}
    More info about enabling Copr repositories
    {% endif %} {% if g.user and g.user.can_edit(copr) and copr and copr.owner %}

    Regenerate Repositories


    {% if not copr.auto_createrepo %} Package repositories are not generated automatically after each build. You can change this setting on the Edit page {% endif %}
    {% endif %}

    Other Actions

    {% if g.user %} {% endif %} Report Abuse
    {% for chroot in copr.modified_chroots %} {% endfor %} {% endblock %}