Create ISO with new name format instead of legacy one

(cherry picked from commit 7458a1ad84)
This commit is contained in:
Frédéric Pierret (fepitre) 2019-04-06 00:04:49 +02:00 committed by Marek Marczykowski-Górecki
parent e574ea6c3c
commit cfe1e28266
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -59,7 +59,7 @@ iso-installer: iso-prepare
pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(INSTALLER_KICKSTART) && popd
# Move result files to known-named directories
mkdir -p build/ISO/qubes-x86_64/iso
mv work/$(ISO_VERSION)/x86_64/iso/*-DVD*.iso build/ISO/qubes-x86_64/iso/
mv work/$(ISO_VERSION)/x86_64/iso/*-DVD*.iso build/ISO/qubes-x86_64/iso/Qubes-$(ISO_VERSION)-x86_64.iso
echo $(ISO_VERSION) > build/ISO/qubes-x86_64/iso/build_latest
rm -rf build/work
mv work build/work