Bug 495158 - Not able to download latest builds
Summary: Not able to download latest builds
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Website (show other bugs)
Version: 8.5.0
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-21 19:41 UTC by Petr Schonmann
Modified: 2024-10-21 20:18 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Schonmann 2024-10-21 19:41:08 UTC
SUMMARY
Im not able to download latest appimage from  main site with my download script because FILES contains not valid filenames

STEPS TO REPRODUCE
1. 
Download https://share.schonmann.eu/54a2hc.txt
2. 
pschonmann@E495:~/apps/digikam$ wget -q -O- https://files.kde.org/digikam/FILES
digiKam-8.5.0-20241001T112959-Qt6-MacOS-arm64.pkg                               
digiKam-8.5.0-20241001T160103-Qt6-x86-64.appimage                               
digiKam-8.5.0-20241001T190204-Qt6-Win64.exe   
3. 
But only https://files.kde.org/digikam/digiKam-8.5.0-20241021T160057-Qt6-x86-64.appimage is available
4.
[ ]	FILES 	2024-10-21 19:19 	243 	 Details
[ ]	digiKam-8.5.0-20241021T160057-Qt6-x86-64.appimage 	2024-10-21 16:14 	287M	 Details

OBSERVED RESULT
404
Expecting when FILES file is changed 3hrs after digiKam-8.5.0-20241021T160057-Qt6-x86-64.appimage change, that filename will be up to date
EXPECTED RESULT


SOFTWARE/OS VERSIONS
Doesnt matter its a website thing or some deploy pipeline :)
Comment 1 Maik Qualmann 2024-10-21 19:51:44 UTC
Well, we upload the FILES file at the same moment. But you will probably be redirected to a mirror server in your region. It takes time until all files are synchronized on the mirror server. We have no control over this. In fact, each download is loaded from a different random mirror server.

Maik
Comment 2 Maik Qualmann 2024-10-21 20:12:05 UTC
Also note that compiling (especially with larger changes) and uploading the entire bundle can take quite a while until the FILES file is uploaded. Your script will have to live with that.

Maik