Skip to content

Commit

Permalink
Revert "Changes after new branch radjabov"
Browse files Browse the repository at this point in the history
This reverts commit 43a673c.
  • Loading branch information
Fryguy committed Nov 20, 2024
1 parent dbe5107 commit 0cfd692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN ARCH=$(uname -m) && \
http://mirror.stream.centos.org/9-stream/BaseOS/${ARCH}/os/Packages/centos-gpg-keys-9.0-24.el9.noarch.rpm && \
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpm.manageiq.org/release/19-spassky/el9/noarch/manageiq-release-19.0-1.el9.noarch.rpm && \
https://rpm.manageiq.org/release/18-radjabov/el9/noarch/manageiq-release-18.0-1.el9.noarch.rpm && \
dnf -y update && \
dnf -y module enable ruby:3.3 && \
dnf -y module enable nodejs:18 && \
Expand Down
4 changes: 2 additions & 2 deletions config/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ rpm_repository:
- el9
:rpms:
:kafka: !ruby/regexp /.+-3\.7.+/
:manageiq: !ruby/regexp /.+-19\.\d\.\d-(alpha|beta|rc)?\d+(\.\d)?\.el.+/
:manageiq-release: !ruby/regexp /.+-19\.0.+/
:manageiq: !ruby/regexp /.+-18\.\d\.\d-(alpha|beta|rc)?\d(\.\d)?\.el.+/
:manageiq-release: !ruby/regexp /.+-18\.0.+/
:python-bambou: !ruby/regexp /.+-3\.1\.1.+/
:python-pylxca: !ruby/regexp /.+-2\.1\.1.+/
:python-unittest2: !ruby/regexp /.+-1\.1\.0.+/
Expand Down

0 comments on commit 0cfd692

Please sign in to comment.