{% extends "base.html" %} {% block title %}Parabola - Package Signoffs{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %}
{{ signoff_groups|length }} signoff group{{ signoff_groups|pluralize }} found. A "signoff group" consists of packages grouped by pkgbase, architecture, and repository.
Arch | Package Base | # of Packages | Version | Last Updated | Target Repo | Approved | Signoff |
---|---|---|---|---|---|---|---|
{{ pkg.arch.name }} | {{ pkg.pkgname }} | {{ group.packages|length }} | {{ pkg.full_version }} | {{ pkg.last_update|date }} | {{ group.target_repo }} | {{ group.approved|yesno:"Yes,No" }} |
|