{% extends "layout.html" %} {% block title %}{{ super() }}ABI Check results for request {{ request.id }}{% endblock %} {% block body %} {{ super() }}
Repo | Lib | Repo | Lib | Arch | Result | Created |
{{ r.src_repo }} | {{ r.src_lib }} | {{ r.dst_repo }} | {{ r.dst_lib }} | {{ r.arch }} | {{ "compatible" if r.result else "INCOMPATIBLE" }} | {{ r.t_created }} |
{% for entry in request.log %} {{ entry.t_created }} {{ entry.line }}{% endfor %}{% endif %} {% endblock %}