Fagris wrote: Mon Mar 01, 2021 10:58 am
sdevaney wrote: Mon Mar 01, 2021 4:24 am
Fagris wrote: Sun Feb 28, 2021 4:26 pm
I don't see an update to 0.7.13 on f-droid. is it only me or could it not be released meanwhile?
F-Droid release is on the way just waiting on them:
https://gitlab.com/fdroid/fdroiddata/-/ ... 7a3bdf7ec8
Someone on the dev team mentioned they had some build server issues I think?
Yeah that's right, but they were solved around Feb 16 acc. to an earlier post in this thread. So I thought I ask again

Thanks anyway!
Yeah, I should not have posted that optimistically - sorry! I'd been guessing that the new version would be picked up quickly after we got the notice that F-Droid's build issues were fixed (
this thread).
The F-Droid build process is somewhat opaque. As I understand it, it works like this:
- An app developer pushes a release tag to their app source code repository.
- F-Droid's checkupdates bot runs an automated scan to find new release tags, and updates the app's F-Droid metadata file accordingly.
- F-Droid's build server reads updated metadata files and generates the unsigned packaged release.
- Built packages are taken to an offline computer to be signed by F-Droid's key.
- Signed packages are brought back online and deployed to F-Droid's public repository.
Usually (as with the last 5 releases of AT), the dev team here controls step 1, and then F-Droid crunches through steps 2-5 within 48 hours or so. However, in this case:
- Nut pushed the v0.7.13 tag for AT on February 7th.
- F-Droid's bot updated AT's metadata for v0.7.13 on February 15th.
- AT's v0.7.13 package has not yet been built.
We're not alone in this. For example, another game I play from F-Droid's repository (a word puzzle game called Lexica) tagged a new release on February 5th, but their build was only published on March 1st. F-Droid doesn't offer insight into how the build queue is ordered, so there's not much to do on our side but wait (as unsatisfying as that can feel sometimes

).