For the past two weeks my Flathub project has been getting spammed multiple times per day with automated bot PRs from flathubbot that are trying to change the sha265sum and byte values of the extra data to very ‘wrong’ values. And each and every one of these PRs fails to build due to the sha256sum and byte values being completely wrong.
For each new release, I manually confirm the size (in bytes) and sha256sum for both the x86_64 and aarch64 builds, so I’m not sure why the flathubbot is all of a sudden deriving different values. Maybe it’s something I’m doing wrong with my packaging or my Flathub manifest. If anyone can spot a mistake on my part, I’d love to get that fixed.
Oh that’s a great idea, thanks! I didn’t even know that was an option.
While that might fix ‘my’ specific issue, part of me worries that the bot is doing this to numerous other repos and potentially wasting valuable build cycles for no reason. I’d hate to see Flathub burning money over this.
i have several apps published… Havent had any ping. Probably whatever it does to watch for new releases against your apps repo is tripped up by something
with the flathub.json shutting it down, you could also setup your own external checker, to automate your new releases for each arches. sha256sum can be a bit of a hassle when manual, so if you are bored here it is: Maintenance | Flathub Documentation