Go to file
Julian Strobl 5ad6245e72 Add version 2.0.3 of Berlin Vegan Guide
First of all we use the correct version name, version code, and commit
id.

We do not need the sed-command anymore: I patched the fdroidserver (see
commit dd0b38a), that if the version name is not found for some reason,
it just uses the git tag. That is exactly, what we want.

Removing the sed-command has one other advantage: the git repository has
no changes anymore or in other words it is not 'dirty' anymore. So there
is no '-dirty' string attached to the version string during our gradle
build process.

Also add Archive Policy. Only the newest version is going to build,
the other builds are referring to the old github repository and fail.
2016-02-18 12:49:36 +01:00
build
hooks pre-commit hook: use lint -f 2015-12-07 20:13:36 +01:00
metadata Add version 2.0.3 of Berlin Vegan Guide 2016-02-18 12:49:36 +01:00
srclibs Fix building PReVo and update to version 0.13 2016-02-10 17:32:10 +00:00
stats Update known apks 2016-02-16 17:27:06 +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.