From 5ccff055b4d2445ddfb99a80fe2a7c7570a79351 Mon Sep 17 00:00:00 2001 From: bjoern Date: Wed, 25 May 2022 12:41:53 +0200 Subject: [PATCH] update some f-droid links and information (#2307) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 * clarify build details according to @licaon-kter's suggestions Co-authored-by: Asiel Díaz Benítez --- docs/f-droid.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/f-droid.md b/docs/f-droid.md index a38ae8d1e..90144db73 100644 --- a/docs/f-droid.md +++ b/docs/f-droid.md @@ -1,22 +1,28 @@ # F-Droid - Overview -- 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, - F-Droid will pick up this version and distribute it - - this may take some days or even weeks. - before creating a new version, please have a look at docs/release-checklist.md +- new versions are recognized by tags in the form `v1.2.3` - + before adding tags like that, have a look at `docs/release-checklist.md` + the build and distribution is expected to take + [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 -- - 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 :) - (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). + F-Droid keeps the last 3 successful builds in the main repo, + while the rest will be moved to the Archive repo: + # Use F-Droid-tools locally