chiark / gitweb /
handle jarsigner/apksigner output cleanly for rational logging
authorHans-Christoph Steiner <hans@eds.org>
Thu, 7 Dec 2017 16:32:14 +0000 (17:32 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 7 Dec 2017 16:32:14 +0000 (17:32 +0100)
commit6228162cbda19a8d5093f1d06e08a30c2fc33ad6
tree177d53714785be2871b6fb2fd8be00825cdb687e
parent7f4d84684e38a23bebfee48e209da8fa078c8590
handle jarsigner/apksigner output cleanly for rational logging

These were both spamming the output with lots of confusing messages, even
when --verbose was not used.  Jarsigner especially has confusing messages,
since it has warnings that do not pertain to APK signatures at all, like
the ones about timestamps and missing Certificate Authority.

closes #405
.gitignore
fdroidserver/common.py
fdroidserver/index.py
tests/common.TestCase
tests/index.TestCase