Bug 460600 - Automatic updates are failing due to a mismatched zsync URL
Summary: Automatic updates are failing due to a mismatched zsync URL
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: 5.1.1
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: amyspark
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 14:54 UTC by amyspark
Modified: 2023-03-17 10:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description amyspark 2022-10-17 14:54:49 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

nostromo reported on #krita (13 October 2022)

16:50:14 <nostromo426> ehlo. i use appImage to run krita, and to keep the images up to date, i use an appimage called "appimageupdatetool", which reads information from the appimage to be updated, and extracts a zsync-url. for krita this fails, because the extracted zsync-url is pointing to "https://download.kde.org/stable/krita/updates/Krita-Stable-x86_64.appimage.zsync", which on the webserver 
16:50:19 "https://download.kde.org/stable/krita/updates/Krita-stable-x86_64.appimage.zsync" (notice the lower-case "s" in "stable") is available. since i do not know where to report this, i thought i place it here.
16:50:48 s/which on/while on/

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Halla Rempt 2022-10-17 14:58:20 UTC
I just changed this on the server...
Comment 2 Halla Rempt 2022-10-18 12:16:39 UTC
The problem is simply that the zsync files aren't generated with the string "Stable" but "CHANGEME", and I often forget to rename that to Stable instead of stable on the download site when doing a release. I have a thorough distaste for the CaMeLcApS appimage likes...  Maybe we can fix the scripts that create the artfacts, or postpone that to until after the move to invent.
Comment 3 Halla Rempt 2023-03-17 10:09:32 UTC
The zsync files are now correctly generated.