EFForg / apkeep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support F-Droid mirrors

chirayudesai opened this issue · comments

F-Droid supports mirrors.

There are many official mirrors of the f-droid.org repo

https://fdroid.gitlab.io/mirror-monitor/

It would be good if they were supported.

This is supported in fa2d539 by specifying the mirror, along with the fingerprint, with the -o command-line option.

apkeep -d f-droid -o repo=https://ftp.lysator.liu.se/pub/fdroid/repo?fingerprint=43238D512C1E5EB2D6569F4A3AFBF5523418B82E0A3ED1552770ABB9A9C9CCAB -a An.stop .

In 9cad878 I changed this so that it is not necessary to specify a fingerprint for F-Droid mirrors, it just uses the F-Droid default fingerprint:

apkeep -d f-droid -o repo=https://ftp.lysator.liu.se/pub/fdroid/repo -a An.stop .