chiark / gitweb /
update: allow_disabled_algorithms option to keep MD5 sigs in repo
authorHans-Christoph Steiner <hans@eds.org>
Tue, 27 Jun 2017 19:40:39 +0000 (21:40 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 3 Jul 2017 08:02:51 +0000 (10:02 +0200)
commit746d4bd4cf33cc480e429d459f93c280a4306cf3
tree97ee98e92ca1bcf779e2b2befb37e824e00f325d
parentb7260ea854aff2621bca9ad67923889313dda827
update: allow_disabled_algorithms option to keep MD5 sigs in repo

The new policy is to move APKs with invalid signatures to the archive,
and only add those APKs to the archive's index if they have valid MD5
signatures.

closes #323
closes #292
examples/config.py
fdroidserver/common.py
fdroidserver/update.py
tests/org.bitbucket.tickytacky.mirrormirror_1.apk [new file with mode: 0644]
tests/org.bitbucket.tickytacky.mirrormirror_2.apk [new file with mode: 0644]
tests/org.bitbucket.tickytacky.mirrormirror_3.apk [new file with mode: 0644]
tests/org.bitbucket.tickytacky.mirrormirror_4.apk [new file with mode: 0644]
tests/run-tests
tests/update.TestCase