Skip to content

Commit

Permalink
dont merge: create ISO against web ui PR
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Aug 15, 2024
1 parent 4cd7d0c commit edc97eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfile/anaconda-iso-creator/lorax-build-webui.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down
1 change: 1 addition & 0 deletions dockerfile/anaconda-iso-creator/lorax-build.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit edc97eb

Please sign in to comment.