1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00
fdroidserver/fdroidserver
Hans-Christoph Steiner d522988d8c make metadata exceptions optional based on CLI flag
In many cases, there are times where metadata errors need to be ignored, or
at least not stop the command from running.  For example, there will
inevitably be new metadata fields added, in which case a packaged version
of fdroidserver will throw errors on each one.  This adds a standard -W
flag to customize the response: ignore, default, or error.

* by default, the errors are still errors
* `fdroid readmeta -W` will just print errors
* `fdroid readmeta -Wignore` will not even print errors

https://gitlab.com/fdroid/fdroidserver/issues/150
2016-09-12 12:55:48 +02: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 make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
checkupdates.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
common.py all: bump to build-tools 24.0.2 2016-09-10 11:45:39 +02:00
gpgsign.py Port all imports to python3 2016-03-10 16:43:37 +00:00
import.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
init.py Re-add NDK r12b, now fixed. 2016-08-02 11:10:31 +02:00
install.py Port all imports to python3 2016-03-10 16:43:37 +00:00
lint.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
metadata.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02: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 make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
rewritemeta.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
scanner.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
server.py Port all imports to python3 2016-03-10 16:43:37 +00:00
signindex.py Port all imports to python3 2016-03-10 16:43:37 +00:00
stats.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
update.py make metadata exceptions optional based on CLI flag 2016-09-12 12:55:48 +02:00
verify.py Port all imports to python3 2016-03-10 16:43:37 +00:00