{% extends "base.html" %} {% load i18n %} {% load pdctags %} {% block content %}
{% csrf_token %} {{ form.search }}
{% include "pagination.html" %} {% include "compose_list_include.html" %} {% include "pagination.html" %} {% helppopover %}

A compose is a snapshot of a release with unique identifier derived from release identifier and date.

Each compose should consist of well-defined blocks; ideally defined by metadata like .treeinfo, repodata etc.

Like a release, a compose is divided into variants.

{% endhelppopover %} {% endblock %}