ade9da2f6c
Add WaveUp to F-Droid I'd like to add my first app to the F-Droid repo. I hope I have followed the instructions correctly. Please be so kind to tell me if I've done something wrong or if I need to correct something. Thank you very much! Right now the GitLab build is failing. There seems to be an issue cloning a shallow copy of a repo. I have tested the build without --depth=1 and it's working. There is a new issue about this https://gitlab.com/gitlab-org/gitlab-ce/issues/15110 See merge request !1333 |
||
---|---|---|
build | ||
hooks | ||
metadata | ||
srclibs | ||
stats | ||
templates | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
fdroid-icon.png | ||
LICENSE | ||
README.md |
F-Droid Data
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.