From 484e423ed9bf0729a13030f7a8a0f703ca3d15e6 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 6 Nov 2024 17:49:00 +0100 Subject: [PATCH] infra: Switch back to regular RHEL 10 repo Drop the Public Beta suffix and switch back to the regular RHEL 10 repo. --- dockerfile/anaconda-iso-creator/lorax-build | 4 ++-- dockerfile/anaconda-iso-creator/lorax-build.j2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dockerfile/anaconda-iso-creator/lorax-build b/dockerfile/anaconda-iso-creator/lorax-build index e394968ce9f..7db9978de60 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build +++ b/dockerfile/anaconda-iso-creator/lorax-build @@ -47,8 +47,8 @@ MINOR_VERSION=${VERSION_ID#*.} lorax -p RHEL -v "$MAJOR_VERSION" -r "$MINOR_VERSION" \ --volid "RHEL-$MAJOR_VERSION-$MINOR_VERSION-BaseOS-x86_64" \ --nomacboot \ - -s http://download.devel.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10/compose/BaseOS/x86_64/os/ \ - -s http://download.devel.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10/compose/AppStream/x86_64/os/ \ + -s http://download.devel.redhat.com/rhel-10/nightly/RHEL-10/latest-RHEL-10/compose/BaseOS/x86_64/os/ \ + -s http://download.devel.redhat.com/rhel-10/nightly/RHEL-10/latest-RHEL-10/compose/AppStream/x86_64/os/ \ -s https://download.copr.fedorainfracloud.org/results/m4rtink/python-pam-rebuild/centos-stream-10-x86_64/ \ -s file://$REPO_DIR/ \ "$@" \ diff --git a/dockerfile/anaconda-iso-creator/lorax-build.j2 b/dockerfile/anaconda-iso-creator/lorax-build.j2 index c545def946b..c081ffce6c4 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build.j2 @@ -49,8 +49,8 @@ MINOR_VERSION=${VERSION_ID#*.} lorax -p RHEL -v "$MAJOR_VERSION" -r "$MINOR_VERSION" \ --volid "RHEL-$MAJOR_VERSION-$MINOR_VERSION-BaseOS-x86_64" \ --nomacboot \ - -s http://download.devel.redhat.com/rhel-{$ distro_release $}/nightly/RHEL-{$ distro_release $}-Public-Beta/latest-RHEL-{$ distro_release $}/compose/BaseOS/x86_64/os/ \ - -s http://download.devel.redhat.com/rhel-{$ distro_release $}/nightly/RHEL-{$ distro_release $}-Public-Beta/latest-RHEL-{$ distro_release $}/compose/AppStream/x86_64/os/ \ + -s http://download.devel.redhat.com/rhel-{$ distro_release $}/nightly/RHEL-{$ distro_release $}/latest-RHEL-{$ distro_release $}/compose/BaseOS/x86_64/os/ \ + -s http://download.devel.redhat.com/rhel-{$ distro_release $}/nightly/RHEL-{$ distro_release $}/latest-RHEL-{$ distro_release $}/compose/AppStream/x86_64/os/ \ -s https://download.copr.fedorainfracloud.org/results/m4rtink/python-pam-rebuild/centos-stream-10-x86_64/ \ {% endif %} -s file://$REPO_DIR/ \