chiark / gitweb /
make `fdroid update` check that it can sign the repo, or exit with error
authorHans-Christoph Steiner <hans@eds.org>
Mon, 20 Apr 2015 23:09:50 +0000 (19:09 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 8 May 2015 20:13:15 +0000 (16:13 -0400)
commit86865faa629ace1f0077e7ca5e19ad65634c118f
tree35136e532cb0571458d04785e6e0f5d947e6c830
parent0d62c3093afe7c948ea850fea4cf409a0bb86eb6
make `fdroid update` check that it can sign the repo, or exit with error

There is no good reason to run unsigned repos any more.  It is trivially
easy to create and use a signed repo, and having to support unsigned repos
in the client makes some security-critical parts of the code a lot more
complicated.

refs #13 https://gitlab.com/fdroid/fdroidserver/issues/13
https://gitlab.com/fdroid/fdroidclient/issues/12
fdroidserver/update.py
tests/run-tests