From edc97eb8a55783c017c848d47d45543a07953882 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 15 Aug 2024 14:00:43 +0200 Subject: [PATCH] dont merge: create ISO against web ui PR --- dockerfile/anaconda-iso-creator/lorax-build-webui.j2 | 1 + dockerfile/anaconda-iso-creator/lorax-build.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 b/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 index 7752fd6dbcb..2e5e43c8d69 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 @@ -52,6 +52,7 @@ lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \ --volid Fedora-S-dvd-x86_64-rawh \ {% else %} --volid Fedora-S-dvd-x86_64-f{$ distro_release $} \ + -s https://download.copr.fedorainfracloud.org/results/packit/rhinstaller-anaconda-webui-296/fedora-rawhide-x86_64/ \ {% endif %} --sharedir ./templates.d/99-generic/ \ -s http://dl.fedoraproject.org/pub/fedora/linux/development/{$ distro_release $}/Everything/x86_64/os/ \ diff --git a/dockerfile/anaconda-iso-creator/lorax-build.j2 b/dockerfile/anaconda-iso-creator/lorax-build.j2 index c545def946b..5797240e143 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build.j2 @@ -37,6 +37,7 @@ createrepo_c $REPO_DIR lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \ {% if distro_release == "rawhide" %} --volid Fedora-S-dvd-x86_64-rawh \ + -s https://download.copr.fedorainfracloud.org/results/packit/rhinstaller-anaconda-webui-296/fedora-rawhide-x86_64/ \ {% else %} --volid Fedora-S-dvd-x86_64-f{$ distro_release $} \ {% endif %}