{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}Koschei - {{ package.name }}{% endblock %} {% macro next_change(changes) %} {{ next(changes, '') | format_depchange | columnize(css_class="mono") }} {% endmacro %} {% block content %}
Package state |
|
---|---|
Current priority | {{ package.current_priority }} |
Manual priority | |
Static priority | {{ package.static_priority }} |
Package groups | {% for group in package.groups %} {{ group.name }} {% endfor %} |
Links | Koji, Bugzilla, Dist-git, PkgDB, Bodhi, Apps |
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 %} {{ next_change(changes) }} {% 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") }} |