Skip to content

Commit

Permalink
engine: Remove COPR workaround
Browse files Browse the repository at this point in the history
Specifying the COPR chroot explicitly is the valid way to go on both
el8stream and el9stream.

Signed-off-by: Marcin Sobczyk <[email protected]>
  • Loading branch information
tinez authored and sandrobonazzola committed Oct 11, 2022
1 parent a82f7a4 commit 563f5d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configs/el8stream/el8stream-provision-engine.sh.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash -xe

# Workaround for https://bugzilla.redhat.com/2024629
# dnf copr enable -y ovirt/ovirt-master-snapshot
rpm --import https://download.copr.fedorainfracloud.org/results/ovirt/ovirt-master-snapshot/pubkey.gpg
dnf --repofrompath=ovirt-master-snapshot,https://download.copr.fedorainfracloud.org/results/ovirt/ovirt-master-snapshot/centos-stream-8-x86_64/ \
install -y dnf-utils ovirt-release-master
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-$(. /etc/os-release; echo ${VERSION_ID})

dnf module enable -y javapackages-tools pki-deps postgresql:12 mod_auth_openidc:2.3
dnf -y install \
Expand Down

0 comments on commit 563f5d6

Please sign in to comment.