{% 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_new_build %}
  • Mock SCM
  • {%endblock%} {% block build_form %}

    New Build From a Git or SVN Repository Using Mock SCM

    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, 'coprs_ns.copr_new_build_mock', copr) }} {% endblock %}