{% extends "base.html" %} {% set sclass = { DeploymentStatus.UNDEPLOYED: 'undeployed', DeploymentStatus.NOT_DOWNLOADED: 'undeployed', DeploymentStatus.ENABLED: 'enabled', DeploymentStatus.DISABLED: 'disabled', DeploymentStatus.NOT_AVAILABLE: 'na', DeploymentStatus.BLOCKED: 'na', DeploymentStatus.WARNING: 'enabled warning'} %} {% block head_css %} {{ super() }} {% endblock %} {% block body %} {% if local %}
Patch source isn't configured! You can setup source here or deploy patchsets manually. See documentation.
{% endif %} {% if deployment_status %} {% endif %}

Available {{ stream_title }} PatchSets {% if is_kernel and enabled_distros %} {{ enabled_distros | join(', ') }} {% endif %}

{% if (ps_products|length) > 1 %} {% endif %}
{% for feed in all_feeds %} {% endfor %} {% for ps in patchsets %} {% for feed in all_feeds %} {% endfor %} {% endfor %}
Patchsets {{ feed }}
{{ usage.feed.get(feed, '') }}
{% if userspace %} {{ usage.release.get(ps, '') }} {% else %} {{ usage.release.get(ps, '') }} {% endif %} {{ ", ".join(distros[ps] | sort) or 'Unknown' }} {{ ps }} {{ status.get((feed, ps)) }} {% if usage.feed_release.get((feed, ps)) %}
{{ usage.feed_release.get((feed, ps), '')}} {% endif %}
{% if permitted(perms.DEPLOY) %} Manage {% endif %}
{% endblock -%} {% block tail %} {{ super() }}
{% endblock %}