{% extends "coprs/detail.html" %} {% from "coprs/_coprs_forms.html" import copr_legal_flag_form with context %} {% from "_helpers.html" import os_logo, friendly_os_name, 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
    {{ os_logo(repo.logo) }} {{ friendly_os_name(repo.os_release, repo.os_version) }} {% 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 %} {{ friendly_os_name(repo.os_release, repo.os_version) }} {% if repo.arch_repos %} {% for arch in repo.arch_repos %} multilib {{ arch }}+{{ repo.arch_repos[arch] }} {% endfor %} {% endif %} ({{ repo.dl_stat }} downloads) {% if repo.delete_reason %} {% endif %}

    * Total number of downloaded packages.

    {% if copr.repos_list %}

    External Repository List

    The following repositories are accessible during builds

    {% endif %} {% if copr.runtime_deps %}

    Runtime Dependency List

    The following repositories are used as runtime dependencies

    {% endif %} {% for name, overrides in copr.modified_chroots.items() %} {% endfor %} {% if config.ENABLE_DISCUSSION %} {% if config.DISCOURSE_URL %}
    {% endif %} {% 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 %}
    {% include 'quick_enable.html' %}
    {% 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

    {% endblock %}