{% extends "status.html" %} {% from "_helpers.html" import build_href, copr_name, copr_details_href %} {% block pending_selected %}active{% endblock %} {%block status_breadcrumb %}
Pending | Project | Build | Package Name | Package Version | Chroot |
---|---|---|---|---|---|
{% if task.state == "starting" %} starting {% else %} {{ task.build.submitted_on | time_ago }} {% endif %} | {{ copr_name(task.build.copr) }} | {{ task.build_id }} | {{ task.build.package.name }} | {{ task.build.pkg_version }} | {{ task.mock_chroot.name }} |