{% extends "coprs/detail.html" %} {% from "_helpers.html" import copr_name %} {% from "coprs/detail/_package_helpers.html" import show_navigation, show_package_form 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.
#}