{% extends 'layout.html' %} {% block container %}

Current Update candidates

See QA process for validating updates for instructions (and join our QA IRC channel).

A gray background means "QA team waiting for packager feedback". A star* next to the update type means that an advisory has been uploaded to SVN already.


{% for status in ('assigned', 'pending', 'validated_update', 'validated_backport') %} {% if status == 'validated_update' %}


Below is a list of validated updates waiting to be pushed to the updates media. Those without a star* need an advisory to be uploaded, first.

{% endif %} {% if status == 'validated_backport' %}


Below is a list of validated backports waiting to be pushed to the backports media. Those without a star* need an advisory to be uploaded, first.

{% endif %} {% for release in data.releases %} {% if (data.counts[release]|bugs_sum) != 0 %}

{{ status.capitalize().replace("_", " ") }} - Mageia {{ release }}

{% if data.counts[release][status] == 0 %} There is no update with status {{ status }} for release {{ release }}
{% else %} {% for entry in data.bugs[release] %} {% if status == entry['status'] %} {% endfor %} {% endif %} {% endfor %}
Update type Bug number Summary (hover for RPM name) Test 32 Test 64 Proced.
avail.?
Mageia
Version
No action
for (days)
List Quick links
{{ entry.component }} {{entry.bug_id}} {{ entry.short_desc }} {{ entry.OK_32 }} {{ entry.OK_64 }} {{ "Yes" if 'has_procedure' in entry.keywords else " " |safe}} {{ entry.versions_symbol|safe }} {{ entry.age }} RPMS {% for srpm in entry['srpms'] %} Bugzilla ({{ srpm }})
{% endif %} {% endif %} {% endfor %} {% endfor %} {% endblock %}