fedora-copr / copr

RPM build system - upstream for https://copr.fedorainfracloud.org/
115 stars 59 forks source link

CLI: copr get-chroot does not include Modules: #2064

Closed fedora-copr-github-bot closed 1 year ago

fedora-copr-github-bot commented 1 year ago

Original issue: https://pagure.io/copr/copr/issue/2064 Opened: 2022-01-31 14:26:21 Opened by: bkircher

copr get-chroot CLI does not include "Modules:", editable in the UI.

% copr get-chroot --output-format json <project>/<chroot>
{
    "additional_packages": [],
    "additional_repos": [
        "http://mirror.centos.org/centos/8-stream/hyperscale/x86_64/packages-main/"
    ],
    "comps_name": null,
    "delete_after_days": null,
    "isolation": "unchanged",
    "mock_chroot": "epel-8-x86_64",
    "ownername": "mickey",
    "projectname": "qemu",
    "with_opts": [],
    "without_opts": [
        "check"
    ]
}

All is present except "Module:" settings.

Screenshot_from_2022-01-31_15-24-35.png

praiskup commented 1 year ago

Thank you for the report; we already have this implemented.

$  copr get-chroot --output-format json @copr/copr-dev/fedora-rawhide-x86_64
{
    "additional_modules": [],
    "additional_packages": [],
    "additional_repos": [],
    "comps_name": null,
    "delete_after_days": null,
    "isolation": "unchanged",
    "mock_chroot": "fedora-rawhide-x86_64",
    "ownername": "@copr",
    "projectname": "copr-dev",
    "with_opts": [],
    "without_opts": []
}