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.
e1c85dfc21
Sometimes an application provides a script to initialize its build environment, and it may be required to patch such a script before running it (typical case is hardcoding developer's local paths). More generally, "declaritive" ways of changing code (e.g., forceversion, patch, etc.) should be preferred to prebuild, which should be used as the last resort (as it is too generic and thus verbose). So, it's right ordering in that respect either. |
||
---|---|---|
build | ||
builder | ||
buildserver | ||
docs | ||
getsig | ||
metadata | ||
stats | ||
wp-fdroid | ||
.gitignore | ||
build.py | ||
checkupdates.py | ||
common.py | ||
config.buildserver.py | ||
config.sample.py | ||
COPYING | ||
fdroid-icon.png | ||
import.py | ||
makebuildserver.sh | ||
publish.py | ||
README | ||
README.buildserver | ||
rewritemeta.py | ||
scanner.py | ||
update.py | ||
updateplugin.sh | ||
updatestats.py | ||
upload.sh | ||
uploadquick.sh |
For documentation, please see the docs directory.