{% 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() }}
  • 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, view, copr) }} {% endblock %}