Skip to content

Commit

Permalink
Update f-droid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keunes committed Sep 6, 2023
1 parent 50b7c93 commit 771a7aa
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions _i18n/en/documentation/general/f-droid.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ Did you see that there's a new AntennaPod release and wonder:
* _when will the new release be available on F-Droid?_

If the new version is in beta, it is _only_ available through Google Play ([here is why](/documentation/general/beta)). When we think it's ready we upload it to Google Play. A few days later, when we're confident there are no critical bugs, we tag the release on GitHub. F-Droid then has to find out about this release, build it and make it available. All these steps may take some time.
Due to the different steps and because we are not involved in publishing releases on F-Droid, we can't tell when exactly the latest version will be available there. It usually takes a few days after the release is tagged on GitHub.

In short: it may take some time. Please be patient.
Due to the different steps and because we are not involved in publishing releases on F-Droid, we can't tell when exactly the latest version will be available there. It usually takes four to seven days after the [release](https://github.com/AntennaPod/AntennaPod/releases) is tagged on GitHub.

### The steps of getting a new version on F-Droid
- After we create a [release](https://github.com/AntennaPod/AntennaPod/releases), F-Droid needs to detect that something in AntennaPod changed. For this, F-Droid has an update checker server which runs daily (in EU night hours).
**In short: it may take some time. Please be patient.**

### What you can do if it takes longer than expected
Is an update still not available on F-Droid more than a week after its release? Feel free to let us know by creating a post on our [forum](https://forum.antennapod.org/c/support/7).

### What steps are needed to get a new version on F-Droid
- After we create a release, F-Droid needs to detect that something in AntennaPod changed. For this, F-Droid has an update checker server which runs daily (in EU night hours).
- After F-Droid detects that there is a new AntennaPod release, it builds the app. With this, F-Droid makes sure that the app you download really matches the source code that AntennaPod publishes. Because there are many apps to build, the F-Droid server takes an additional 1-2 days to build the app.
- Then the resulting app needs to get signed cryptographically. This happens on a computer that is not connected to the internet. A person at F-Droid needs to take the app and physically walk it to that special computer. How long this takes depends on how often the person walks to that special computer. Usually, this step takes an additional 1-2 days after the app was built.
- Finally, after the new release was updated, the F-Droid app on your phone (and the F-Droid website) need to get the new index of apps.

### What you can do if it takes longer than expected
As you can see it may take a week before a new AntennaPod release is available on F-Droid. Is an update still not available more than a week after its release? Feel free to let us know by creating a post on our [forum](https://forum.antennapod.org/c/support/7).

To get an idea of the progress:
### How you can check the progress
1. Check if [F-Droid's AntennaPod versions list](https://gitlab.com/fdroid/fdroiddata/-/commits/master/metadata/de.danoeh.antennapod.yml) was updated since the new [release was tagged on GitHub](https://github.com/AntennaPod/AntennaPod/releases/latest) (you may need to hover, for example, 'last week' to see the exact date on GitHub).
2. Check if AntennaPod was built in the [running cycle](https://monitor.f-droid.org/builds/running) or the [last cycle](https://monitor.f-droid.org/builds/build). Note that there's no queue for apps that need to be built.
* If AntennaPod is not listed in the success and fail lists yet, you can check whether the release will be included in the respective cycles: click on 'fdroiddata version' @ commit of a build cycle, click on 'Find file', type `de.antennapod`, click on the file, and check if it includes the latest release.
Expand Down

0 comments on commit 771a7aa

Please sign in to comment.