{% extends "layout.html" %} {% block jsheader %} {% endblock %} {% block body %}

Fedora {{ info['number'] }} {{ info['phase'] }} Blockers

The bugs listed on this page are the current blocker and NTH bugs for Fedora {{ info['number'] }} {{ info['phase'] }} as identified by their respective processes:

The criteria for bugs to be blockers can be found in the Fedora {{ info['number'] }} {{ info['phase'] }} Release Criteria

{% for buglist in ['Proposed Blockers','Accepted Blockers', 'Proposed NTH', 'Accepted NTH'] %}

{{ buglist }}

{% for bug in buglists[buglist] %} {% if bug.status in ['MODIFIED', 'ON_QA'] %} {% else %} {% endif %} {% endfor %}
Bug ID Component Status Title Links
{{ bug.bugid }} Updates {{ bug.component }}{{ bug.status }}{{ bug.status }}{{ bug.summary }} Koji Package Source Component Bugs
{% endfor %}

This page was last synced with Red Hat Bugzilla at {{ info['last_updated'] }}.

{% endblock %}