Replies: 1 comment 19 replies
-
@vanous I basically followed the instructions from here https://f-droid.org/en/docs/Setup_an_F-Droid_App_Repo/ and here https://android.izzysoft.de/articles/named/fdroid-simple-binary-repo?lang=en to install fdroid on the VM. For each app I've created a new fdroid metadata.yml file with the nightly app id. Then I've setup a cronjob which builds and signs the APK and copies it to the fdroid/repo dir, I also copy the fastlane metadata from the git working dir to the fdroid metadata/app-id/ directory (excluding the title.txt file, which I've created manually). Finally I run |
Beta Was this translation helpful? Give feedback.
-
I do not want to use an existing issue or pr...#952 , so let me please ask here:
@pstorch this is awesome. I am looking for inspiration on how to do a nightly release for Gadgetbridge. I do the build already, but am looking for an inspiration on how to do the actual repo, as a static page via CI/CD. Do you use f-droid, or repomaker periodically? Or can repomaker be used just to create the scaffolding and then simply update the xml? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions