chiark / gitweb /
some APKs do not have a name, like system APKs
authorHans-Christoph Steiner <hans@eds.org>
Tue, 3 Jun 2014 18:18:08 +0000 (14:18 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Jun 2014 02:01:25 +0000 (22:01 -0400)
commit13baea955872be1f4c58735eb7747e1fcc47c14c
treeb0ff4137becb12394a5779ff637353393aa99dc8
parentc81ff764a3286bb72b0d547e67ca044b97ed2d2e
some APKs do not have a name, like system APKs

It is not necessarily a good idea to try to distribute system APKs via
FDroid, but `fdroid update` should just ignore APKs it cannot handle rather
than die and prevent a repo from being fully created.  This is necessary to
handle the automatic creation of repos, like for debug builds from a
Jenkins server.
fdroidserver/update.py