update some f-droid links and information (#2307)

* update some f-droid links and information

* use more general link to the f-droid monitor

* Update docs/f-droid.md

Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>

* clarify build details according to @licaon-kter's suggestions

Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>
This commit is contained in:
bjoern 2022-05-25 12:41:53 +02:00 committed by GitHub
parent fba35ee936
commit 5ccff055b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +1,28 @@
# F-Droid - Overview # F-Droid - Overview
- https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.b44t.messenger.yml - <https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.b44t.messenger.yml>
contains the descripion and all meta data shown for Delta Chat on F-Droid contains the description and all meta data shown for Delta Chat on F-Droid;
you can also check if F-Droid recognizes a new version here (they show up at the end)
- when a new tag in the form `v1.2.3` is added to the deltachat-android repo, - new versions are recognized by tags in the form `v1.2.3` -
F-Droid will pick up this version and distribute it - before adding tags like that, have a look at `docs/release-checklist.md`
this may take some days or even weeks. the build and distribution is expected to take
before creating a new version, please have a look at docs/release-checklist.md [up to 5 days](https://gitlab.com/fdroid/wiki/-/wikis/FAQ#how-long-does-it-take-for-my-app-to-show-up-on-website-and-client).
# F-Droid Build status # F-Droid Build status
- <https://f-droid.org/wiki/page/com.b44t.messenger/lastbuild> - <https://monitor.f-droid.org/builds>
shows the last build attempt shows F-Droid's overall build status,
if Delta Chat shows up at "Need updating" or "Running",
things are working as expected :)
- <https://f-droid.org/repo/com.b44t.messenger_VERSIONCODE.apk> - <https://f-droid.org/repo/com.b44t.messenger_VERSIONCODE.apk>
(with VERSIONCODE = 537 or so) links to successfully built apk (with VERSIONCODE = 537 or so) links to successfully built apk
even if it is not yet in the index (which may take some more time). even if it is not yet in the index (which may take some more time).
F-Droid keeps the last 3 successful builds in the main repo,
while the rest will be moved to the Archive repo:
<https://f-droid.org/archive/com.b44t.messenger_VERSIONCODE.apk>
# Use F-Droid-tools locally # Use F-Droid-tools locally