Go to file
Matthew Hague 45e0f5f935 Xabber: use jitpack instead of untrusted igniterealtime repo.
Xabber upstream uses an untrusted Maven repository (igniterealtime) to
download the latest versions of Smack.  I have replaced this with
jitpack.io which imports Smack from igniterealtime's github and creates
Maven packages.  Updates now need to be manual to ensure the versions
used by Xabber match the commit used by jitpack.  A gradle.properties
entry has been added to make this easy, so only one line of the Xabber
metadata needs changing for each update.
2017-05-12 19:41:14 +01:00
build
hooks
metadata Xabber: use jitpack instead of untrusted igniterealtime repo. 2017-05-12 19:41:14 +01:00
srclibs
stats Update known apks 2017-05-11 14:28:32 +01: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.