Add stamp for latest built iso

This commit is contained in:
Frédéric Pierret (fepitre) 2019-04-05 09:58:31 +02:00
parent 0de8efc868
commit e0d309d0cc
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -61,6 +61,7 @@ iso-installer: iso-prepare
# 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/
echo $(ISO_VERSION) > build/ISO/qubes-x86_64/iso/build_latest
rm -rf build/work
mv work build/work
chown --reference=Makefile -R build yum