{% extends "coprs/detail.html" %} {% from "_helpers.html" import copr_name %} {% from "coprs/detail/_package_helpers.html" import nav_element, badge with context %} {% from "coprs/detail/_package_forms.html" import copr_package_form_tito, copr_package_form_mock, copr_package_form_pypi with context %} {% block title %}New package in {{ copr_name(copr) }}{% endblock %} {% set selected_tab = "packages" %} {%block project_breadcrumb %}
In this view, you can create package entities for this Copr repository. Such a package can have predefined default source and can be automatically build from it via webhook. If you just want to build a package from SRPM, please create a New Build.
You can choose and configure exactly one default source for the {{ package.name }} package.
{% if source_type == "git_and_tito" %}