mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
4d79f41bea
With this setup.py, its possible to install the required packages using: pip install -e . The Debian packaging will also automatically get the dependencies from install_requires. This does not handle the generation of the docs at all. I have not found a straightforward way to include running ./gendocs.sh in setup.py, but its easy to run in the Debian packaging. |
||
---|---|---|
buildserver | ||
completion | ||
docs | ||
fdroidserver | ||
tools | ||
wp-fdroid | ||
.gitignore | ||
config.buildserver.py | ||
config.sample.py | ||
COPYING | ||
fdroid | ||
fdroid-icon.png | ||
makebs.config.sample.py | ||
makebuildserver.py | ||
README | ||
setup.py | ||
updateplugin.sh |
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device. The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository. For documentation, please see the docs directory. Alternatively, visit http://f-droid.org/manual/