I want to submit my app Kura to F-Droid, but I cannot register a GitLab account because I don’t have a credit card for verification. Could someone help me open a Request for Packaging (RFP) or a Merge Request?
Hi @kys0ff, I created off.kys.kura.yml in my fdroiddata repo fork, however the build is not being reproduced byte for byte by the fdroid server. See failed build job log here. Please try to fix this issue or provide insight into how we should build your app so RB is satisfied. One thing I also noticed is that the uploaded v1.0.3 APK appears to have been built from a commit different from the v1.0.3 tag. The APK’s embedded version-control metadata points to 4b8c938c79351c01adc354a971335c6a2097dacd, while the v1.0.3 tag points elsewhere. For F-Droid reproducible builds, it would help if each release APK is built from the exact tagged commit, or if the tag is moved/created to match the commit used for the APK. @Licaon_Kter