{{ e.timestamp|date:"r" }} |
{{ e.type.name }} |
{{ e.distribution }} |
{{ e.source }} |
{{ e.version }} |
{{ e.extra_info }}
{% with forloop.counter0|stringformat:"s" as event_no %}
{% mbd_plain content=e.to_json|mbd_jsonpp %}
{% endwith %}
|
{% if e.type.name != "REJECTED" %}
{% mbd_uri 'events' 'view' e.log_path.path as log_uri %}
{% mbd_img "index" "Events Log Page" href=log_uri %}
{% endif %}
{% if e.type.name == "INSTALLED" or e.type.name == "FAILED" %}
{% for arch, bres in e.extra.buildresults.items %}
{{ arch }}:{% mbd_sbuild_status bres %}
{% endfor %}
{% endif %}
{% if e.type.name == "INSTALLED" %}
{% mbd_api "migrate" title="Migrate "|add:e.version value_distribution=e.distribution value_source=e.source value_version=e.version %}
{% mbd_api "remove" title="Remove "|add:e.version value_distribution=e.distribution value_source=e.source value_version=e.version %}
{% endif %}
{% if e.type.name == "FAILED" %}
{% mbd_api "retry" title="Retry "|add:e.version value_distribution=e.distribution value_source=e.source value_version=e.version %}
{% endif %}
{% if e.type.name == "BUILT" %}
{% endif %}
{% if e.source %}
{% mbd_api "show" title="Show "|add:e.source value_source=e.source action="html" %}
{% endif %}
|
{% endfor %}