avoid double checksum when downloading VURL from web for 1st time
Sponsored-by: Jack Hill on Patreon
This commit is contained in:
parent
4046f17ca0
commit
1b0de3021a
2 changed files with 23 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue