mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
F-Droid server and build tools.
https://gitlab.com/fdroid/fdroidserver
Also, many improvements: * scanning algorithm is much clearer * Now paths start by '/', which means the repo dir root. - If they don't, '/' is added - If they start by './', the dot is removed - If "." is in the paths, it is replaced by "/" * Handling/removing of problems is much easier * Removed last initfun/funambol bits |
||
|---|---|---|
| buildserver | ||
| completion | ||
| docs | ||
| fdroidserver | ||
| wp-fdroid | ||
| .gitignore | ||
| config.buildserver.py | ||
| config.sample.py | ||
| COPYING | ||
| fd-commit | ||
| 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/