Go to file
Michael Schröder 3b28e11514 fdroid did not build bullseye v0.2
In the new commit I revert the design-dependency to version 25.1.0 in the hope that this was the reason for the build failure
2017-03-13 20:17:53 +00:00
build
hooks
metadata fdroid did not build bullseye v0.2 2017-03-13 20:17:53 +00:00
srclibs
stats Stats, etc 2017-03-12 01:15:24 +00: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"

Clone fdroiddata (or your fork) and enter it:

git clone https://gitlab.com/fdroid/fdroiddata.git
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.