Skip to content

Commit

Permalink
containers: Specify COPR chroot explicitly (#1627)
Browse files Browse the repository at this point in the history
A recent change to DNF COPR plugin [1] makes 'epel-9' the default chroot
used for CentOS Stream 9. Let's specify the 'centos-stream-9' chroot
name that we use in oVirt's COPR explictly.

[1] rpm-software-management/dnf-plugins-core#459

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>

Signed-off-by: Marcin Sobczyk <msobczyk@redhat.com>
  • Loading branch information
tinez committed Aug 23, 2022
1 parent 5bcb7eb commit d51d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for your platform to use the same packages that will be used by CI to build the

For CentOS stream 9:

dnf copr enable -y ovirt/ovirt-master-snapshot
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9
dnf install -y ovirt-engine-nodejs-modules

**Note**: The project will not currently build on CentOS stream 9. See
Expand Down

0 comments on commit d51d4f3

Please sign in to comment.