chiark / gitweb /
signindex: support signing index-v1.jar
authorHans-Christoph Steiner <hans@eds.org>
Thu, 16 Mar 2017 17:51:43 +0000 (18:51 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 17 Mar 2017 13:12:03 +0000 (14:12 +0100)
commit866528de5b87c37a1231a3b0a7f8fc4003f4cbfb
treeb0b25c0e2475406e89e62f5c720db1f239bd4a36
parentfa657ce720074b2b2537c8ab5d295b3fb41e12ea
signindex: support signing index-v1.jar

This is a bit different than index.jar: instead of their being index.xml
and index_unsigned.jar, the presense of index-v1.json means that there is
unsigned data.  That file is then stuck into a jar and signed by the
signing process.  index-v1.json is never published to the repo.  It is
included in the binary transparency log, if that is enabled.
fdroidserver/common.py
fdroidserver/signindex.py
fdroidserver/update.py
tests/run-tests