{% extends "coprs/detail/add_build.html" %} {% from "coprs/detail/_builds_forms.html" import copr_build_form_url with context %} {% set add_build_tab = "url" %} {%block project_breadcrumb %} {{ super() }}
  • From URLs
  • {%endblock%} {% block build_form %}

    New Build From URLs to SRPM Files

    Provide an external URL link to the package you want to build. You can provide more than one URL. This is the only option to submit more builds at once.

    {{ copr_build_form_url(form, view, copr) }} {% endblock %}