Conversation
|
I think this will just show the one particular version you added to the metadata, but we probably want this to be automated and always fetch latest respin, right? Also not sure what will happen if checksum and size are missing. |
|
@grulja yes. It also looks like files in repository are not used and https://getfedora.org/releases.json is fetched instead. Because file in this repo still lists F36 as beta, while 5.0.2 proposes to write 36 without this suffix. Probably the best way is to add Live respin to the release scripts that update https://getfedora.org/releases.json |
It is used, but we also download latest
Yes, that would be the best solution. |
|
Added the request here https://pagure.io/fedora-web/websites/issue/257 |
Addresses #528.
Checksums are absent, and some C++ code needs to be written to fetch available respin version from https://dl.fedoraproject.org/pub/alt/live-respins/
I write it in Python, but not sure about my C++.