Skip to content

Commit

Permalink
Use el8/9 epel qpid proton 0.37.0+
Browse files Browse the repository at this point in the history
Undo #409 now that
we're ready to use the upstream packages in el8 or el9 epel qpid proton 0.37.0+

To be merged with ManageIQ/manageiq#22271
Prerequisite to ManageIQ/manageiq#22698
Needed for ManageIQ/manageiq#22696
  • Loading branch information
jrafanie committed Dec 1, 2023
1 parent 2c57602 commit 698465e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kickstarts/partials/main/repos.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repo --name=baseos --baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
repo --name=appstream --baseurl=http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/
repo --name=extras --baseurl=http://mirror.centos.org/centos/8-stream/extras/x86_64/os/
repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 --excludepkgs=*qpid-proton*
repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64

repo --name=manageiq-18-radjabov --baseurl=https://rpm.manageiq.org/release/18-radjabov/el$releasever/$basearch
repo --name=manageiq-18-radjabov-noarch --baseurl=https://rpm.manageiq.org/release/18-radjabov/el$releasever/noarch
Expand Down
1 change: 0 additions & 1 deletion kickstarts/partials/post/repos.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# dnf update uses these repos to update and reinstall packages.
# Please also add to "build time repos" main/repos partial

dnf config-manager --setopt=epel.exclude=*qpid-proton* --save
<% if @build_type != "release" %>
dnf config-manager --enable manageiq-*-nightly
<% end %>
Expand Down

0 comments on commit 698465e

Please sign in to comment.