Go to file
Boris Kraut 3ee7aa9ad6 Merge branch 'patch-1' into 'master'
Update de.danoeh.antennapod.txt

Build command should look like ``./gradlew clean assembleFreeRelease -PfreeBuild``

See https://github.com/AntennaPod/AntennaPod/pull/2002
(Github had a glitch: It says closed, but the PR was merged)

See merge request !1489
2016-06-21 21:56:12 +00:00
build
hooks pre-commit: do nothing if no apps are changed 2016-06-20 11:18:31 +01:00
metadata Merge branch 'patch-1' into 'master' 2016-06-21 21:56:12 +00:00
srclibs
stats Update known apks 2016-06-21 13:32:45 +01:00
templates
.gitignore
.gitlab-ci.yml CI: bump image 2016-06-20 11:18:48 +01:00
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.