addcomputed --fast and --unreproducible working
For these, use VURL and URL keys, with an "annex-compute:" URI prefix. These URL keys will look something like this: URL--annex-compute&cbar4,63pconvert,3-f4d3d72cf3f16ac9c3e9a8012bde4462 Generally it's too long so most of it gets md5summed. It's a little ugly, but it's what fell out of the existing URL key generation machinery. I did consider special casing to eg "URL--annex-compute&c4d3d72cf3f16ac9c3e9a8012bde4462". But it seems at least possibly useful that the name of the file that was computed is visible and perhaps one or two words of the git-annex compute command parameters. Note that two different output files from the same computation will get the same URL key. And these keys should remain stable.
This commit is contained in:
parent
a154e91513
commit
16f529c05f
3 changed files with 50 additions and 28 deletions
|
@ -54,7 +54,7 @@ Some examples of how this might look:
|
|||
* `--fast`
|
||||
|
||||
Adds computed files to the repository, without generating their content
|
||||
yet.
|
||||
yet.
|
||||
|
||||
* `--unreproducible`, `-u`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue