Yes, because Codeberg chokes on generating such large archives. It sounds like @nephele discovered the WebKit script to make small release tarballs, so that should hopefully avoid the problem?
I personally tested the recipe before pushing the changes, and the download went fine.
Unlike Github where this didn’t work at all.
As far as I know, the script is used by WebKitGTK and will require changes for Haiku support, so it’s not an option at the moment. I can generate archives with “git export” as I did before, but according to Codeberg people, everything should work already. Maybe it was just a temporary problem the day I made the release, or maybe we can show them our problem more closely (by opening a ticket there) and getting it fixed (isn’t it nice to work with a tool that cares about us and will provide support?)
Yes, I do have the script, it basically is just an ordered list of instructions on how to copy which files into the archive. This does need some adjustments to work properly for us (we need to include all files our build needs)
I’ve not finished that yet, though I can provide my WIP work if someone else wants to have a go at it.