You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your app is not built reproducible in F-Droid, but we continuously test older versions on https://verification.f-droid.org/?C=M;O=D and would like more and more apps to become repro
摘要 / Summary
Your app is not built reproducible in F-Droid, but we continuously test older versions on https://verification.f-droid.org/?C=M;O=D and would like more and more apps to become repro
重现步骤 / Steps to Reproduce
Looking at this report: https://verification.f-droid.org/com.osfans.trime_20250101.apk.diffoscope.html we see (at least) BUILD_TIMESTAMP being an issue
预期行为 / Expected Behavior
Can you make https://github.com/osfans/trime/blob/v3.3.3/build-logic/convention/src/main/kotlin/ProjectExtensions.kt#L78-L82 be based on the last commit eg.
git log -1 --pretty=%ct
?eg. add
BUILD_TIMESTAMP=$(git log -1 --pretty=%ct)
to https://github.com/osfans/trime/blob/develop/.github/workflows/release-ci.yml#L56日志 / Log
No response
截图 / Screenshot
No response
附加信息 / Additional Context
No response
系统版本 / OS Version
应用版本 / App Version
3.3.3
构建信息 / Build Information
https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.osfans.trime.yml#L509-L526
The text was updated successfully, but these errors were encountered: