fdroidserver.verify module¶
- fdroidserver.verify.main()¶
- fdroidserver.verify.write_json_report(url, remote_apk, unsigned_apk, compare_result)¶
Write out the results of the verify run to JSON.
This builds up reports on the repeated runs of fdroid verify on a set of apps. It uses the timestamps on the compared files to ensure that there is only one report per file, even when run repeatedly.
The output is run through JSON to normalize things like tuples vs lists.