Find a file
Daniel Martí 06231b7205 Merge branch 'tof-4-2' into 'master'
Tanks of freedom: fix sed problem

Fix sed error

"sed: -e expression #1, char 152: unknown option to `s'"

See merge request !1305
2016-03-24 15:53:23 +00:00
build
hooks
metadata Merge branch 'tof-4-2' into 'master' 2016-03-24 15:53:23 +00:00
srclibs Updated net.i2p.android.router to 0.9.22. 2016-03-15 15:11:25 +01:00
stats Known apks update 2016-03-24 06:36:58 +00:00
templates
.gitignore
.gitlab-ci.yml CI: Bump docker image 2016-03-17 14:17:15 +00: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.