{% extends "base.html" %} {% load static from staticfiles %} {% load todolists %} {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %}
Todo lists are used by the developers when a rebuild of a set of packages is needed. This is common when a library has an .so version bump; during a toolchain rebuild, or a general cleanup of packages in the repositories. The progress can be tracked here. Only todo lists with currently incomplete packages are shown.
{% if todo_lists %}There are currently no incomplete developer todo lists.
{% endif %}{{ list.created|date }} - {{ list.creator.get_full_name }}
Name | Arch | Repo | Maintainer | Status |
---|---|---|---|---|
{% todopkg_details_link pkg %} | {{ pkg.arch.name }} | {{ pkg.repo.name|capfirst }} | {{ pkg.maintainers|join:', ' }} | {{ pkg.get_status_display }} |