{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}Koschei - {{ build.package.name }} - build {{ build.task_id }}{% endblock %} {% block content %} {% set editable = "" if g.user else 'disabled="true"' %} {% if build.state == build.RUNNING and g.user.admin %} {% endif %} {% if build.deps_processed %} {{ macros.depchange_table(build.dependency_changes) }} {% else %} {% if build.deps_processed %} {% else %} {% endif %} {% endif %}
Status {{ build.state_string }} {{ build.state_string }}
{{ cancel_form.csrf_token }}
Epoch {{ build.epoch }}
Version {{ build.version }}
Release {{ build.release }}
Started {{ build.started | date}}
Finished {{ build.finished | date }}
Repo ID {{ build.repo_id }}
Koji tasks {{ build.task_id }}
{% for subtask in build.build_arch_tasks %} {% endfor %}
{{ "├└"[loop.last] }} {{ subtask.task_id }} {{ subtask.arch }}: {{ subtask.state_string }} ( build.log root.log )
Dependencies for this build couldn't be processedDependencies for this build weren't processed yet
{% endblock %}