Go to file
Julian Strobl 960a2ebe9b Berlin-Vegan: Fix in-app verison string
Commit 37fbf83 fixed the build, but did break the in-app version string:

We still need the sed-command for removing the playstoreCompile part,
since fdroid checks all dependencies regardless of the build flavor.
This makes the git repository 'dirty', so we have to remove that part
from the build.gradle as well. In future version the 'dirty' part should
be removed or handled differently.
2016-02-21 11:24:31 +01:00
build
hooks pre-commit hook: use lint -f 2015-12-07 20:13:36 +01:00
metadata Berlin-Vegan: Fix in-app verison string 2016-02-21 11:24:31 +01:00
srclibs Fix casesensitivity of some srclibs; closes #403 2016-02-20 22:41:17 +01:00
stats Stats, etc 2016-02-21 01:15:21 +00:00
templates
tools pre-commit hook: use lint -f 2015-12-07 20:13:36 +01:00
.gitignore
.gitlab-ci.yml CI: explicitly install git 2016-01-07 15:06:29 +01:00
CONTRIBUTING.md CONTRIBUTING: fdroidserver master is needed 2016-01-18 13:45:29 +01:00
fdroid-icon.png
LICENSE
README.md README: Simplify quickstart 2016-02-15 11:12:48 +00:00

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.