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

    Edit chroot '{{ chroot.name }}'

    {{ form.csrf_token }} {{ render_field( form.buildroot_pkgs, size=80, info='You can add additional packages to the minimal buildroot of this chroot. These packages will be always present before the build starts. ', placeholder='Space separated list of packages. E.g.: scl-utils-build ruby193-build' ) }} {{ render_field(form.repos, rows=5, cols=50, placeholder='Optional - URL to additional yum repos, which can be used during build. Space separated. This should be baseurl from .repo file. E.g.: http://copr-be.cloud.fedoraproject.org/results/rhughes/f20-gnome-3-12/fedora-$releasever-$basearch/') }}
    {{ form.comps }} {% if chroot.comps_name %} Stored comps file: {{ chroot.comps_name}} {% endif %}
  • If you would like to provide grouping meta information, please upload your comps.xml here
  • {{ form.module_md }} {% if chroot.module_md_name %} Stored module meta-data file: {{ chroot.module_md_name }} {% endif %}
  • If you would like to provide module meta-data, please upload your module_md.yaml here
  • Cancel
    {% endblock %}