{% extends "layout.html" %} {% block title %}Project List{% endblock %} {% block header %}Project List{% endblock %} {% from "_helpers.html" import render_pagination %} {% block body %} {% if g.user %}
{% endif %} {% if not g.user and not fulltext%}Copr is an easy-to-use automatic build system providing a package repository as its output.
Start with making your own repository in these three steps:
For more information please visit Copr wiki
{{ copr.description|markdown|default('Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.', true) }}
{% for mock_chroot in copr.active_chroots %} {{ mock_chroot.os_release|os_name_short(mock_chroot.os_version) }}.{{ mock_chroot.arch }}{% if not loop.last %}, {% endif %} {% endfor %}
No projects...
{% endfor %}