avoid double checksum when downloading VURL from web for 1st time

Sponsored-by: Jack Hill on Patreon
This commit is contained in:
Joey Hess 2024-03-01 13:44:40 -04:00
parent 4046f17ca0
commit 1b0de3021a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 23 additions and 25 deletions

View file

@ -11,11 +11,7 @@ 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: 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.
>
> It's not yet possible to migrate an URL key to a VURL key. Should be easy
> Status: Working, but 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