{% if current_user.is_authenticated %}
  • {{ current_user.username }}
    • Log Out
  • 0 %}class="dropdown-toggle" data-toggle="dropdown"{% endif %}> {% if rev_pending|count() > 0 %} {{ rev_pending|count() }}{% endif %} {% if rev_pending|count() > 0 %}
      • {% for build in rev_pending|sort(attribute='bnum') %}
      • {{ build.pkgname }} {{ build.version_str }} {{ build.end_str }}
      • {% endfor %}
      • View All
    {% endif %}
  • Idle

Do ISO Release

Are you sure you want to do this?

The following is required in order for this to be successful:

  • All four ISO images exist in the iso testing directory.
  • All images have the same version (date) in filename.
{% else %} {# User is not logged in.. #}
  • Login
  • Idle
{# END if current_user.is_authenticated #} {% endif %}