{% load static mini_buildd %}
| Timestamp | Type | Distribution | Source | Version | Details | Actions |
|---|---|---|---|---|---|---|
| {{ 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 in "INSTALLED,FAILED,REJECTED,MIGRATED,REMOVED" %} {% mbd_api "show" name="Show package" value_source=e.source action="html" %} {% endif %} {% if e.type.name in "INSTALLED,FAILED" %} Log Page {% for arch, status in e.extra.archs.items %} {{ arch }}[BL] {% endfor %} {% endif %} {% if e.type.name == "BUILT" %} Live Build Log {% endif %} |