add git-annex addcomputed
Working pretty well. Mostly. But: * Does not yet support inputs that are non-annexed files checked into git * --fast is currently broken (will need something like VURL keys) * --unreproducible still uses a checksumming backend, so drop and get again will likely fail (needs probably to use an URL key or something like one) The compute special remote seems to work pretty well too. Eg, getting from it works, and dropping content that is present in it works.
This commit is contained in:
parent
2e1fe1620e
commit
a154e91513
4 changed files with 164 additions and 1 deletions
|
@ -179,7 +179,7 @@ data ComputeState = ComputeState
|
|||
{- Formats a ComputeState as an URL query string.
|
||||
-
|
||||
- Prefixes computeParams with 'p', computeInputs with 'i',
|
||||
- and computeOutput with 'o'. Uses "d" for computeSubdir.
|
||||
- and computeOutputs with 'o'. Uses "d" for computeSubdir.
|
||||
-
|
||||
- When the passed Key is an output, rather than duplicate it
|
||||
- in the query string, that output has no value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue