{% 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') }}
{% endblock %} {% block content %}

{{ package.name }}

{{ package.summary }}

{% if package.description %}

{{ package.description }}

{% endif %}

Main Contact(s)

For general concerns about this package, these are the people to contact.

    {% for user in pocs %}
  • {{ user }} ({{ pocs[user] | sort | join(', ') }})
  • {% endfor %}

Package Administrator(s)

These users can help you if you need commit privileges for this package.

    {% for user in admins %}
  • {{ user }} ({{ admins[user] | sort | join(', ') }})
  • {% endfor %} {% for user in pending_admins %}
  • {{ user }} ({{ pending_admins[user] | sort | join(', ') }})
  • {% endfor %}

Committer(s)

{% for branch in branches | sort %} {% endfor %} {% for user in commit_acls | sort %} {% if loop.last %} {% else %} {% endif %} {% for branch in branches | sort %} {% if not loop.last %} {% endfor %} {% endfor %}
{{ branch }}
{{ user }} {% else %} {% endif %} {% if 'commit' in commit_acls[user][branch] and commit_acls[user][branch]['commit'] %} {{ commit_acls[user][branch]['commit'] }} {{ commit_acls[user][branch]['commit'] }} {% endif %}

Watcher(s)

{% if g.fas_user and g.fas_user.username in watch_acls %} - Unwatch this package {% elif g.fas_user %} + Watch this package {% endif %}
{% for branch in branches | sort %} {% endfor %} {% for branch in branches %} {% for acl in ['Bugs', 'Commits'] %} {% endfor %} {% endfor %} {% for user in watch_acls | sort %} {% if loop.last %} {% else %} {% endif %} {% 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 %} {% endfor %} {% endfor %} {% endfor %}
{{ branch }}
{{ acl }}
{{ user }} {% elif last %} {% else %} {% endif %} {% if acl in watch_acls[user][branch] and watch_acls[user][branch][acl] == 'Approved' %} Approved {% endif %}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}