Skip to content

Commit

Permalink
infra: Switch back to regular RHEL 10 repo
Browse files Browse the repository at this point in the history
Drop the Public Beta suffix and switch back to the regular RHEL 10 repo.
  • Loading branch information
M4rtinK committed Nov 6, 2024
1 parent 71c260c commit 484e423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dockerfile/anaconda-iso-creator/lorax-build
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
"$@" \
Expand Down
4 changes: 2 additions & 2 deletions dockerfile/anaconda-iso-creator/lorax-build.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit 484e423

Please sign in to comment.