Skip to content

Commit

Permalink
feat(test): Adding rhc-compat sub-package to copr setup for PR tetsing
Browse files Browse the repository at this point in the history
rhc-compat sub package was introduced to support the migration from rhcd to yggdrasil.
  • Loading branch information
archana-redhat authored and ptoscano committed Nov 12, 2024
1 parent 55f1ef2 commit e76ed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtest/copr-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dnf install -y rhc
# These PR packit builds have an older version number for some reason than the released...
dnf remove -y --noautoremove rhc
dnf copr -y enable packit/RedHatInsights-rhc-${ghprbPullId} ${COPR_REPO}
dnf install -y rhc --disablerepo=* --enablerepo=*rhc*
dnf install -y rhc rhc-compat --disablerepo=* --enablerepo=*rhc*

0 comments on commit e76ed8f

Please sign in to comment.