{% extends "master.html" %} {% block title %} {{ package.name }} | PkgDB {% endblock %} {%block tag %}packages{% endblock %} {% set options = True %} {% block options_title %}Package Status{% endblock %} {%block options %}
Status | {{ package.status }} |
---|---|
Created on | {{ package.date_created.strftime('%Y-%m-%d') }} |
{{ 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.
{% for branch in branches | sort %} | {{ branch }} | {% endfor %}|
---|---|---|
{{ user }} | {% for branch in branches | sort %} {% 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 %} | {{ branch }} | {% endfor %}||
---|---|---|---|
{% for branch in branches %} {% for acl in ['Bugs', 'Commits'] %} | {{ acl }} | {% endfor %} {% endfor %}||
{{ user }} | {% for branch in branches | sort %} {% 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 %}