{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}Koschei - {{ dep_name }} change report{% endblock %} {% block content %}
Disclaimer: This view simply lists packages which used to build fine, but failed to build after this change occured. Please keep in mind that there were many other dependency changes happening in parallel that could have caused any particular failure.
{% for row in failed %} {{ row | format_depchange | columnize() }} {% endfor %}
Package Package current state Build link Dependency change Dependency graph distance
{{ row.package_name }} {{ package_state_icon(package_state(row)) }} build{{ row.distance }}
{% endblock %}