Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core-services/release-controller/_repos/ocp-4.17-rhel94.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[rhel-9.4-baseos]
name = rhel-9.4-baseos
baseurl = https://cdn.redhat.com/content/beta/rhel9/9/x86_64/baseos/os
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.4/x86_64/baseos/os/
enabled = 1
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
sslverify = false
Expand All @@ -12,7 +12,7 @@ failovermethod = priority

[rhel-9.4-appstream]
name = rhel-9.4-appstream
baseurl = https://cdn.redhat.com/content/beta/rhel9/9/x86_64/appstream/os
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.4/x86_64/appstream/os/
enabled = 1
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
sslverify = false
Expand All @@ -36,7 +36,7 @@ failovermethod = priority

[rhel-9.4-nfv]
name = rhel-9.4-nfv
baseurl = https://cdn.redhat.com/content/beta/rhel9/9/x86_64/nfv/os
baseurl = https://cdn.redhat.com/content/e4s/rhel9/9.4/x86_64/nfv/os/
Copy link
Copy Markdown

@aaradhak aaradhak May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be eus too ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enabled = 1
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
sslverify = false
Expand Down