Skip to content

CI: Update to more recent version of fdroidserver

Christian Stadelmann requested to merge update-fdroidserver into master

This updates fdroidserver from version 1.1a0 to the latest stable version of 1.x branch, currently 1.1.10.

This change is required to enable fdroid lint with checking against custom licenses (!32 (closed)).

Note a few not so nice points:

  • fdroidserver may generate a few warnings due to different android API versions
  • pip and wheel need to be updated before updating fdroidserver, otherwise a dependency of fdroidserver will fail to update.
  • version of pip is set to 20 because 21 will drop support for python 3.5 which is used by our docker image
  • the < sign needs to be escaped for (ba)sh

On the long term, we should update to a more recent version of fdroidserver with the official image or our own.

Edited by Christian Stadelmann

Merge request reports