{% extends "base.html" %} {% block pagetitle -%}Build Record{%- endblock pagetitle %} {% block stats %}{% endblock stats %} {% block subheader %}

{{ self.pagetitle() }}

{% endblock subheader %} {%- block topcontent -%}

{% if result == "completed" %} {% else %} {% endif %} Build Number: {{ bld_obj.bnum }}

Transaction: {{ bld_obj.tnum }}
Package: {{ bld_obj.pkgname }}
Version: {{ bld_obj.version_str }}
Start: {{ bld_obj.start_str }}
Finish: {{ bld_obj.end_str }}
Result: {{ result }}
{% if bld_obj.gh_diff %}
 {{ bld_obj.pkgname }}/PKGBUILD CHANGED
{% endif %}
{%- endblock topcontent -%} {%- block bottomcontent %}

Build Log

{{ bld_obj.log_str|safe() }}
{% endblock bottomcontent -%} {% block scripts %} {{ super() }} {% if bld_obj.gh_diff %} {% endif %} {% endblock scripts %}