mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
d522988d8c
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 |
||
---|---|---|
.. | ||
asynchronousfilereader | ||
__init__.py | ||
build.py | ||
checkupdates.py | ||
common.py | ||
gpgsign.py | ||
import.py | ||
init.py | ||
install.py | ||
lint.py | ||
metadata.py | ||
net.py | ||
publish.py | ||
readmeta.py | ||
rewritemeta.py | ||
scanner.py | ||
server.py | ||
signindex.py | ||
stats.py | ||
update.py | ||
verify.py |