{% extends "base_template.html" %} {% load views_extras %} {% block title %}CATTLE Commit Report {{ commit.revision }}{% endblock %} {% block styles %} {% endblock %} {% block headscripts %} {% endblock %} {% block content %}

Commit Information:

Revision:{{commit.revision}}
Author:{{commit.author}}
Directory:{{commit.branch}}
Message:{{commit.message}}

Compile Operations:

{% for run in runs %} {% if ".com" not in run.builder.address|address_tail %}
Builder:{{run.builder.address|address_tail}}
OS:{{run.operating_system}}
STATUS:{{ run.run_results|translate_PF_class }} LOGS: {{run.build_number}} {% if run.history.all.count > 1 %} {% endif %}
{{run.caused_bug|jira_pull_br|safe}}
{% if run.comment != "" %} Comment: {% endif %}{{run.comment|linebreaks}} {% if run.comment != "" %} ~{{ run.username }} {% endif %}
{% endif %} {% endfor %}

FLDC Testing:

{% for run in runs %} {% if ".com" in run.builder.address|address_tail %}
Tester:{{run.builder.address|address_tail}}
OS:{{run.operating_system}}
Suite:{{run.suite_file|address_tail}}
STATUS:{{ run.run_results|translate_PF_class }} LOGS: {{run.build_number}} {% if run.history.all.count > 1 %} {% endif %}
{{run.caused_bug|jira_pull_br|safe}}
{% if run.comment != "" %} Comment: {% endif %}{{run.comment|linebreaks}} {% if run.comment != "" %} ~{{ run.username }} {% endif %}
{% endif %} {% endfor %}
{% endblock %} {% block footscripts %} {% if donotrefresh %} {%else%} {% endif %} {% endblock %}