5ad6245e72
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. |
||
---|---|---|
build | ||
hooks | ||
metadata | ||
srclibs | ||
stats | ||
templates | ||
tools | ||
.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.