{% extends "coprs/detail.html" %} {% from "coprs/detail/_builds_forms.html" import copr_build_cancel_form, copr_build_repeat_form, copr_build_delete_form %} {% from "coprs/detail/_describe_source.html" import describe_source %} {% block title %}Build {{ build.id }} in {{ build.copr.owner.name }}/{{ build.copr.name }}{% endblock %} {%block project_breadcrumb %}
You can go to {{ build.copr.owner.name }}/{{ build.copr.name }}/build/{{build.id}} to see this build.
{% else %}Name | Source (Git Hash) | Build Time | State |
---|---|---|---|
{% if build.results %} {{ chroot.name }} {% else %} {{ chroot.name }} {% endif %} | {{ chroot.git_hash }} | {{ chroot.started_on|time_ago(chroot.ended_on) }} | {{ chroot.state }} |