Go to file
Boris Kraut c00a5556b4 Merge branch 'micu/BVApp-rm-gradle-flavor' into 'master'
Remove FOSS gradle flavor as target

Favors have been removed in the BVApp.
Therfore, the gradle command is set to "yes"
instead of the "foss" flavor.

PS: That alone won't fix the build, as the gradle files have to be updated,
but that will happen in the original repository.

See merge request !1510
2016-06-29 10:31:08 +00:00
build
hooks
metadata Merge branch 'micu/BVApp-rm-gradle-flavor' into 'master' 2016-06-29 10:31:08 +00:00
srclibs Bho srclib: new upstream location 2016-06-23 19:57:49 +02:00
stats Update known apks 2016-06-29 07:52:27 +01:00
templates
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md

F-Droid Data

build status

This repository holds general and build information for all the apps on our main repo on f-droid.org.

Quickstart

Install fdroidserver, or just use it directly from master:

git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"

Enter your fdroiddata clone:

cd fdroiddata

An empty config file should work for most setups:

touch config.py

Make sure fdroid works and reads the metadata files properly:

fdroid readmeta

Contributing

See the Contributing doc.

More information

You can find more details on the manual.