{% extends "coprs/detail.html" %} {% from "_helpers.html" import nav_element, copr_url %} {% block title %}Adding Build for {{ copr.owner.name }}/{{ copr.name }}{% endblock %} {% set selected_tab = "add_build" %} {%block project_breadcrumb %} {% if package %}
  • Packages
  • {{ package.name }}
  • Rebuild
  • {% else %}
  • New Build
  • {% endif %} {%endblock%} {% block detail_body %} {#

    Submit a New Build

    Select the source type and submit a new build. Options in this form are relevant to this build only and will not change any settings of the project itself. #} {% macro nav_element(tab_name, tab_title, href) %}
  • {{ tab_title }}
  • {% endmacro %} {% block build_form %}{% endblock %} {% endblock %}