{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}Koschei - {{ package.name }}{% endblock %} {% macro next_change(changes) %} {{ inext(changes, '') | format_depchange | columnize(css_class="mono") }} {% endmacro %} {% block content %}
| Package state |
|
|---|---|
| Current priority | {{ package.current_priority }} |
| Manual priority | |
| Static priority | {{ package.static_priority }} |
| Arch override | |
| Package groups | {% for group in package.groups %} {{ group.name }} {% endfor %} |
| Links | Koji, Bugzilla, Dist-git, PkgDB, Bodhi, Packages |
| Bug reports | File new FTBFS bug |
| Dependency problems | {{ package.resolution_problems[0].problem }} |
| {{ problem.problem }} |
| State | Koji task | Started | Dependency changes | Build details | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Real build: {{ package.name }}-{{ build.version }}-{{ build.release }} | |||||||||||
{{ build.state_string }}
![]() |
{{ build.task_id }} | {{ build.started | date }} | {% if build.deps_processed and build.deps_resolved %} {{ next_change(changes) }} {% elif build.deps_processed %}Dependencies for this build couldn't be processed | {% else %}Dependencies for this build weren't processed yet | {% endif %}details | ||||||
|
{{ subtask.arch }}
|
{{ "├└"[loop.last] }}{{ subtask.task_id }} | ( build.log | root.log ) | {{ next_change(changes) }}|||||||||
| {{ change | format_depchange | columnize(css_class="mono") }} | |||||||||||