{% extends "coprs/detail.html" %} {% from "_helpers.html" import render_field %} {% block title %}Editing {{ copr.owner.name }}/{{ copr.name }}/{{ chroot.name }}{% endblock %} {%block project_breadcrumb%}
  • Edit
  • {{ chroot.name }}
  • {%endblock%} {% block detail_body %}

    Edit chroot '{{ chroot.name }}'

    You can add additional packages to the minimal buildroot of this chroot. These packages will be always present before the build starts.

    {{ form.csrf_token }} {{ render_field(form.buildroot_pkgs, size=80, placeholder='Space separated list of packages. E.g.: scl-utils-build ruby193-build') }} Cancel
    {% endblock %}