incremental verification for VURL

Sponsored-by: Brett Eisenberg on Patreon
This commit is contained in:
Joey Hess 2024-03-01 13:31:43 -04:00
parent 62e4c9d3b8
commit 4046f17ca0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 38 additions and 12 deletions

View file

@ -11,16 +11,12 @@ verify the content.
The web special remote can hash the content as it's downloading it from the
web, and record the resulting hash-based key.
> Status: This is implemented and working, but verifyKeyContentIncrementally
> needs to be implemented. Until it is, VURLs will not be as efficient
> as they could be.
> Status: Working, but `git-annex addurl --relaxed --verifiable` followed
> by `git-annex get` currently does 2 checksums in the get stage; it should
> only do one.
>
> Also `git-annex addurl --relaxed --verifiable` followed by `git-annex get`
> currently does 2 checksums in the get stage; it should only do one.
> Re-check this after implementing incremental verification.
>
> It's not yet possible to migrate an URL key to a VURL key. Should
> be easy to add support for this. --[[Joey]]
> It's not yet possible to migrate an URL key to a VURL key. Should be easy
> to add support for this. --[[Joey]]
## handling upgrades