{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}index{% endblock %} {% block content %}

{{ config['PROJECT_NAME'] }} Package Database

Overview

The Package Database is a central repository of package information in {{ config['PROJECT_NAME'] }}. You will eventually be able to find and change all the metainformation about a package by searching the database. The current implementation is focused on the data that package developers and release engineers need to create packages and spin them into a distribution.

Recent packages added

{% for pkg in latest_pkgs %} {% endfor %}
Package Summary Branches
{{ pkg.name }} {{ pkg.summary }} {% for listing in pkg.listings | sort(attribute="collection.branchname", reverse=True) %} {% if listing.collection.status != 'EOL' %} {{ listing.collection.branchname }} {% endif %}{% endfor %}
{% endblock %}