{% extends "master.html" %} {% block title %} {{ package.name }} | PkgDB {% endblock %} {%block tag %}packages{% endblock %} {% block header %} {% endblock %} {% set options = True %} {% block options_title %}Package Status{% endblock %} {%block options %}
Status | {{ package.status }} |
---|---|
Monitoring |
|
Created on | {{ package.date_created.strftime('%Y-%m-%d') }} |
{{ listing.collection.name }} {{ listing.collection.version }} | {{ listing.status }} {% if listing.critpath %} -- critpath {% endif %} |
{{ package.summary }}
{% if package.description %} {{ package.description }} {% endif %}
For general concerns about this package, these are the people to contact.
These users can help you if you need commit privileges for this package.
Users whose admin rights are awaiting review.
{% for branch in branches | sort_branches %} | {{ branch }} | {% endfor %}|
---|---|---|
{{ user | avatar(32) | safe }} {{ user }} | {% for branch in branches | sort_branches %} {% if not loop.last %}{% else %} |
{% endif %}
{% if 'commit' in commit_acls[user][branch]
and commit_acls[user][branch]['commit'] %}
![]() |
{% endfor %}
{% for branch in branches | sort_branches %} | {{ branch }} | {% endfor %}||
---|---|---|---|
{% for branch in branches %} {% for acl in ['Bugs', 'Commits'] %} | {{ acl }} | {% endfor %} {% endfor %}||
{{ user | avatar(32) | safe }} {{ user }} | {% for branch in branches | sort_branches %} {% set coltype = loop.cycle('col_odd', 'col_even') %} {% if loop.last %} {% set last = True %} {% else %} {% set last = False %} {% endif %} {% for acl in ['watchbugzilla', 'watchcommits'] %} {% if loop.first %}{% elif last %} | {% else %} |
{% endif %}
{% if acl in watch_acls[user][branch]
and watch_acls[user][branch][acl] == 'Approved' %}
![]() |
{% endfor %}
{% endfor %}