chiark / gitweb /
server: store virustotal JSON locally as reusable data cache
authorHans-Christoph Steiner <hans@eds.org>
Wed, 12 Apr 2017 13:01:21 +0000 (15:01 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 12 Apr 2017 22:49:36 +0000 (00:49 +0200)
commitfcb0634eaa187d0b582dda20ac30824963643a85
tree45b981b6ddce206e03ecdef6a2bf9a8864e87f35
parentd74d6160dd1784f5f10e7cb534e707fc40111947
server: store virustotal JSON locally as reusable data cache

This helps with uploading faster when hitting the public API rating
limiting since it will not hit the API if there is already a matching
response on the local filesystem.  This also provides a source of data for
things like repomaker to diplay to users.
fdroidserver/server.py