fdroidserver/fdroidserver
Hans-Christoph Steiner a4e4310803 allow metadata to be embedded in source repos via .fdroid.yml
This allows a source repo to include a complete metadata file so that it
can be built directly in place using `fdroid build`.  If that app is then
included in fdroiddata, it will first load the source repo type and URL
from fdroiddata, then read .fdroid.yml if it exists, then include the rest
of the metadata as specified in fdroiddata, so that fdroiddata has
precedence over the metadata in the source code.

This lets `fdroid build` apps without having a whole fdroiddata setup, but
instead just directly in place in the source code.  This also lets devs
optionallu maintain the fdroid metadata as part of their app, rather than
in fdroiddata without loosing any control.  This should make it easier to
spread around the maintenance load.
2016-11-16 23:28:03 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py allow metadata to be embedded in source repos via .fdroid.yml 2016-11-16 23:28:03 +01:00
checkupdates.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
common.py allow metadata to be embedded in source repos via .fdroid.yml 2016-11-16 23:28:03 +01:00
gpgsign.py gpg-sign all valid files in the repo, including source tarballs 2016-11-07 14:53:01 +01:00
import.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
init.py Re-add NDK r12b, now fixed. 2016-08-02 11:10:31 +02:00
install.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
lint.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
metadata.py allow metadata to be embedded in source repos via .fdroid.yml 2016-11-16 23:28:03 +01:00
net.py Fix python headers in some source files 2016-03-11 13:27:00 +00:00
publish.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
readmeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
rewritemeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
scanner.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
server.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
signindex.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
stats.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
update.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
verify.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00