In a project with Repotype: checksumsfile:rawsig staticlinks sometimes the staticlink files get out of sync. It seems the actual file is not updated, while the checksums are, breaking downloads.
For example right now in https://download.opensuse.org/repositories/home:/bluca:/octpus/debian_13_images/
$ sha256sum *.raw.zst
b4c2217e30889d4208f827751c41cf49b1fa1f045e285ac3843bbb11174ffdb1 nest-octopus_38.46_arm64.raw.zst
5268fdcedbfb8b871bb661ab07eba6c0aa8a176bccd790453241b4bbbbe07a23 nest-octopus_arm64.raw.zst
$ cat SHA256SUMS
b4c2217e30889d4208f827751c41cf49b1fa1f045e285ac3843bbb11174ffdb1 nest-octopus_38.46_arm64.raw.zst
b4c2217e30889d4208f827751c41cf49b1fa1f045e285ac3843bbb11174ffdb1 nest-octopus_arm64.raw.zst
$ cat nest-octopus_*.sha256
b4c2217e30889d4208f827751c41cf49b1fa1f045e285ac3843bbb11174ffdb1 nest-octopus_38.46_arm64.raw.zst
b4c2217e30889d4208f827751c41cf49b1fa1f045e285ac3843bbb11174ffdb1 nest-octopus_arm64.raw.zst
So the unversioned staticlink is still published at the previous version, while its shasums and the versioned file are all up to date
In a project with
Repotype: checksumsfile:rawsig staticlinkssometimes the staticlink files get out of sync. It seems the actual file is not updated, while the checksums are, breaking downloads.For example right now in https://download.opensuse.org/repositories/home:/bluca:/octpus/debian_13_images/
So the unversioned staticlink is still published at the previous version, while its shasums and the versioned file are all up to date