Description
Check for existing issues
- Completed
Describe the bug / provide steps to reproduce it
Your app is not built reproducible in F-Droid, but we continuously test older versions on https://verification.f-droid.org and would like more and more apps to become repro
Looking at the latest report for your app: https://verification.f-droid.org/packages/com.foxdebug.acode/
Can you track where is that BUILDINFO_TIMESTAMP
set and maybe set it to be based on the last commit eg. git log -1 --pretty=%ct
?
Or better yet, F-Droid implemented SOURCE_DATE_EPOCH
environment variable, based on the last commit so you could try to use that or, if not set, fallback to the current solution.
ref: https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1653
ref: https://reproducible-builds.org/docs/source-date-epoch/
Environment
F-Droid build server
If applicable, add mockups / screenshots regarding your vision
No response