{% extends "base.html" %} {% block title %}Data for {{suite}}/{{section}}{% endblock %} {% block head_extra %} {% endblock %} {% block header_content %} ⇦ | AppStream data for {{project_name}}/{{suite}}/{{section}} {% endblock %} {% block float_right %} Last updated on: {{time}} {% endblock %} {% block content %}

Overview for {{suite}}/{{section}}

Data

Issues - Issues found while extracting the data

Metainfo - Per-package view of the generated data

Health

{% if existsIn(health, "total") and health.total > 0 %}

Each of the {{health.total}} components we tried to generate is counted once here.

{% endif %}

History

Components

How many components we generated, and how many of them came out without a single warning.

Issues

How often each kind of issue occurred. A component can raise several issues, so these do not add up to a number of components.

{% endblock %}