#5 Remove duplicated 'IoT' in release artifacts
Merged by pbrobinson. Opened by pwhalen.
Unknown source main

Download 5.patch

Fedora IoT artifacts have a duplicated "IoT-IoT" in the naming, for example:

Fedora-IoT-IoT-ostree-aarch64-37-20220406.0.iso
Fedora-IoT-IoT-37-aarch64-20220406.0-CHECKSUM

This is the result of using the 'release-short' with 'variant':
media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-%(arch)s-%(date)s%(type_suffix)s.%(respin)s'

Since we already have the "release_name = 'Fedora-IoT'", this updates the "release_short" to just "Fedora".

Signed-off-by: Paul Whalen pwhalen@fedoraproject.org

LGTM

Pull-Request has been merged by pbrobinson

Metadata