{% extends "layout.html" %} {% block sidebar %}{% include "cupboard/sidebar.html" %}{% endblock %} {% from "codeblock.html" import include_console_log with context %} {% from "run_util.html" import local_command, merge_command, reschedule_button, schedule_control_button, publish_buttons, install_commands, display_result_code, result_code_explanation, display_branch_url, display_upstream_branch_url, display_vcs_diffs, display_publish_result, file_bug_button, reprocess_logs_button with context %} {% from "debian_util.html" import display_lintian_result with context %} {% block page_title %}Run details - {{ package }}{% endblock %} {% block body %}
Debdiff is too long (more than 200 lines). Download the raw debdiff.
{% endif %} {% endif %} {% if publish_history %}Reviewer | Verdict | Comment |
---|---|---|
{{ review['reviewer'] }} | {{ review['review_status'] }} | {{ review['review_comment'] }} |
{% if worker_log_name %}Full worker log{% endif %}{% if build_log_name %} Full build log{% if earlier_build_log_names %} ({% for i, name in earlier_build_log_names %}{{ i }}{% if not loop.last %}, {% endif %}{% endfor %}){% endif %} {% endif %}{% if dist_log_name %} Full dist log{% endif %}