{% extends "coprs/detail/add_build.html" %} {% from "coprs/detail/_builds_forms.html" import copr_build_form_mock with context %} {% set add_build_tab = "mock" %} {%block project_breadcrumb %} {{ super() }}
Provide a URL of a Git or SVN repository and path to the SPEC file within the repository. You can optionally build from a specific branch.
{{ copr_build_form_mock(form, view, copr) }} {% endblock %}