nextcloud / talk-android

📱😀 Video & audio calls through Nextcloud on Android
Other
517 stars 223 forks source link

Publish Release Candidates on F-Droid #2032

Open AndyScherzinger opened 2 years ago

AndyScherzinger commented 2 years ago

Looking at https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.nextcloud.talk2.yml#L612 we currently don't grab RCs for F-Droid to publish. So I think the regex needs a closer look and maybe looping in @tobiasKaminsky since I vaguely remember that stable and rc/beta can somehow be distinguished.

tobiasKaminsky commented 2 years ago

There is no way to automatically add beta/rc, so we do it manually, but not update the version code, so that it is not updated automatically.

Ref: https://gitlab.com/fdroid/fdroiddata/-/issues/2166 https://gitlab.com/fdroid/fdroidserver/-/issues/528 https://gitlab.com/fdroid/fdroidserver/-/issues/161

AndyScherzinger commented 2 years ago

@tobiasKaminsky if I read https://gitlab.com/fdroid/fdroidserver/-/issues/161#note_843457434 correctly then it is possible to have auto-pickup of stable/RC at least for Talk, no?

tobiasKaminsky commented 2 years ago

It is a proposal and issue is still open, so I understand that this is not yet implemented.

timkrueger commented 2 years ago

I would like to wait until F-Droid implemented the support of multiple release channels. Until then pre-releases must be downloaded directly from GitHub.