chiark / gitweb /
update: skip APKs that cannot be parsed instead of exiting
authorHans-Christoph Steiner <hans@eds.org>
Mon, 2 Jun 2014 20:18:12 +0000 (16:18 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Jun 2014 02:01:25 +0000 (22:01 -0400)
commit57a4e03277c5db92d3f7404f61c54e67ab2af196
treef9062f0a05ce462e0ec4f4599b78f6303cddf138
parented73db65ae13699a405d7c5f4888afb092a4df21
update: skip APKs that cannot be parsed instead of exiting

Some APKs can be corrupt or some system APKs do not have all the normal
info.  Instead of quitting, `fdroid update` skips the non-parsable APKs and
optionally deletes them if --delete-unknown is specified.
fdroidserver/update.py