You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1503)
* fix(fedora): Check whether the link value contains an actual .iso file
Also remove the SHA256 requirement. Fedora provides these for all links
now.
Fixes#1502
* refactor(fedora): Use more concise function to filter out non-ISO files
---------
Co-authored-by: Liam <[email protected]>
I confirm this bug has not already been reported
It was reported in #1257 and was (temporarily) fixed in #1362
Describe the bug
quickget
downloads a.ociarchive
image for Fedora Atomic Editions - resulting in a non-bootable VM.To Reproduce
Expected behavior
An
.iso
file is downloaded to produce a bootable VM.#1362 tried to fix the problem by checking for an empty
.sha256
field - it seems like Fedora is producing these now for the.ociarchive
builds.Since the
.ociarchive
is provided in front of the.iso
,quickget
always gets the wrong.ociarchive
.The text was updated successfully, but these errors were encountered: