mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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:
parent
eadcd13723
commit
c591a4cd89
4 changed files with 144 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue