#609 Add "--ignore-missing" to the verification instructions
Closed: Deferred to upstream by siosm. Opened by hasshu.

(Properly speaking, this isn't an issue specific to the KDE spin, but I couldn't find a better place to report it, as fedora-website seemed abandoned. Don't hesitate to move it elsewhere, if need be.)

"Verify your download" suggests the following command as the last step for Fedora spins:

sha256sum -c Fedora-Spins-41-1.4-x86_64-CHECKSUM

Now, running it in a directory with only the KDE image present will result in this:

sha256sum: Fedora-Budgie-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-Budgie-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-Cinnamon-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-Cinnamon-Live-x86_64-41-1.4.iso: FAILED open or read
Fedora-KDE-Live-x86_64-41-1.4.iso: OK
sha256sum: Fedora-KDE-Mobile-Live-41-1.4.x86_64.iso: No such file or directory
Fedora-KDE-Mobile-Live-41-1.4.x86_64.iso: FAILED open or read
sha256sum: Fedora-LXDE-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-LXDE-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-LXQt-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-LXQt-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-MATE_Compiz-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-MATE_Compiz-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-MiracleWM-Live-41-1.4.x86_64.iso: No such file or directory
Fedora-MiracleWM-Live-41-1.4.x86_64.iso: FAILED open or read
sha256sum: Fedora-SoaS-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-SoaS-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-Sway-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-Sway-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-Xfce-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-Xfce-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: Fedora-i3-Live-x86_64-41-1.4.iso: No such file or directory
Fedora-i3-Live-x86_64-41-1.4.iso: FAILED open or read
sha256sum: WARNING: 17 lines are improperly formatted
sha256sum: WARNING: 11 listed files could not be read

Not only is the output somewhat hard to read, it also may look menacing to the less tech-savvy users ("What's with all those 'FAILED'...?"), and I did see worried people asking about that on Reddit. On the other hand, adding --ignore-missing to the command in question would produce something much more concise:

Fedora-KDE-Live-x86_64-41-1.4.iso: OK
sha256sum: WARNING: 17 lines are improperly formatted

Thoughts?


Sounds like a good idea. The new repo for the website it at https://gitlab.com/fedora/websites-apps/fedora-websites/fedora-websites-3.0. Can you file this issue there? Should be a reasonably small change to make.

Metadata Update from @siosm:
- Issue close_status updated to: Deferred to upstream
- Issue status updated to: Closed (was: Open)

And... done: https://gitlab.com/fedora/websites-apps/fedora-websites/fedora-websites-3.0/-/issues/337

Metadata