mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
F-Droid server and build tools.
https://gitlab.com/fdroid/fdroidserver
This is useful for multi-component projects (main app + libraries in separate dirs). Older adhoc values (update=no, buildjni=yes) for both options are retained, except that to ignore jni/ directory, buildjni=no instead of buildjni=manual should be used now. Also, if --verbose is given, print message about runnibg ndk-build - native libraries can be quite big and process long, so this is useful to keep user in loop. To achieve this, had to global'ize options. |
||
|---|---|---|
| build | ||
| builder | ||
| buildserver | ||
| docs | ||
| getsig | ||
| metadata | ||
| stats | ||
| wp-fdroid | ||
| .gitignore | ||
| build.py | ||
| checkupdates.py | ||
| common.py | ||
| config.buildserver.py | ||
| config.sample.py | ||
| COPYING | ||
| fdroid | ||
| fdroid-icon.png | ||
| fdroid.py | ||
| import.py | ||
| makebuildserver.sh | ||
| publish.py | ||
| README | ||
| rewritemeta.py | ||
| scanner.py | ||
| stats.py | ||
| update.py | ||
| updateplugin.sh | ||
| upload.sh | ||
| uploadquick.sh | ||
For documentation, please see the docs directory.