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

Fedora Blocker Bug Tracking

This web application was designed to track release blocking bugs and related updates in Fedora releases currently under development. As the warnings state, it is currently in a state of heavy development. The URL scheme is changing and will continue to change until release, don't expect links to this app outside the main page to continue working.

If you notice things that you think are bugs, please report or discuss them in one of the following places (in order of preference):

Thanks for testing!

Currently Active Milestones

    {% for milestone in g.milestones %}
  • Fedora {{ milestone.release.number }} {{ milestone.version }}
  • {% endfor %}

Most Recent Spins

{% for spin in spins %} {% endfor %}
Name Type
{{ spin.name }} {{ spin.spin_type }}
{#
    {% for spin in spins %}
  • {{ spin.name }}
  • {% endfor %}
#}
{% endblock %} {% block footer %} {% endblock %}