fdroid btlog external binary transparency logger

This complements the binary transparency logging that happens on the
server side !226.  Anyone can set up an efficient tracker of any
F-Droid repo which stores all index files that it sees.  It uses HEAD
requests and ETag checking to be as efficient as possible, so that
this can be automatically run at a frequent pace.
This commit is contained in:
Hans-Christoph Steiner 2017-03-27 21:52:15 +02:00
parent eadcd13723
commit c591a4cd89
4 changed files with 144 additions and 7 deletions

View file

@ -236,6 +236,12 @@ __complete_verify() {
esac
}
__complete_btlog() {
opts="-u"
lopts="--git-remote --git-repo --url"
__complete_options
}
__complete_stats() {
opts="-v -q -d"
lopts="--verbose --quiet --download"