{% extends "release_dashboard/base.html" %} {% load staticfiles %} {% block title %}Build release{% endblock %} {% block navlist %}
  • Release Dashboard
  • Build Release
  • {% endblock %} {% block content %}

    {{ config.release }}

    Distribution tag branch Action
    {{ config.debian_release }} {{ config.tag }} {{ config.branch }}
    {% csrf_token %}
    {% if build_releases %} {% for br in build_releases %} {% endfor %}
    UUID Started at Last update at Action
    {{ br.uuid }} {{ br.start_date }} {{ br.last_update }}
    {% endif %}

    Projects to build

      {% for prj in config.projects %}
    • {{ prj }}
    • {% endfor %}
    {% endblock %} {% block extrajs %} {% endblock %}