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.
b706ec986f
Many times, the http:// URL automatically redirects to https://, like with github and gitorious. For git repos, using https:// reduces metadata leakage for more privacy, and increases the security a little bit. For SVN repos, using https:// is much more important since the repo format itself does not provide the same level of verification as git, hg, etc. do. |
||
---|---|---|
buildserver | ||
completion | ||
docs | ||
fdroidserver | ||
sampleconfigs | ||
wp-fdroid | ||
.gitignore | ||
config.buildserver.py | ||
COPYING | ||
fd-commit | ||
fdroid | ||
fdroid-icon.png | ||
makebuildserver | ||
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/