mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
b41f9e67a9
Previously, `fdroid init --keystore /tmp/foo` expected the keystore to exist, or it quit with an error. But I've changed my mind, I think it is useful to have it generate a new keystore at that location if it does not exist. For example, in tests/run-tests.sh. It still will not clobber an existing file at that location. |
||
---|---|---|
.pylint-plugins | ||
buildserver | ||
completion | ||
docs | ||
examples | ||
fdroidserver | ||
tests | ||
wp-fdroid | ||
.gitignore | ||
COPYING | ||
fd-commit | ||
fdroid | ||
jenkins-build | ||
makebuildserver | ||
MANIFEST.in | ||
README | ||
setup.py | ||
updateplugin |
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 https://f-droid.org/manual/