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

A release is a collection of software with a unique identity and specific life cycle.

Ideally, releases should be immutable. Once they are finished, the content and definition is not supposed to change.

A release is divided into variants. These contain subset of release content targetted at a specific user, for example server or workstation. Each variant can be built for multiple architectures.

{% endhelppopover %} {% endblock %}