{% 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() }}
Provide an external URL link to the package you want to build. You can provide more than one URL.
{{ copr_build_form_url(form, view, copr) }} {% endblock %}