started git-annex recompute
The perform action of this still needs work to do the right thing. In particular, it currently behaves as if --others was always set. And, it duplicates a lot of code from addcomputed.
This commit is contained in:
parent
d49f371acc
commit
3bec89a3c3
7 changed files with 304 additions and 65 deletions
|
@ -134,6 +134,7 @@ import qualified Command.UpdateProxy
|
|||
import qualified Command.MaxSize
|
||||
import qualified Command.Sim
|
||||
import qualified Command.AddComputed
|
||||
import qualified Command.Recompute
|
||||
import qualified Command.Version
|
||||
import qualified Command.RemoteDaemon
|
||||
#ifdef WITH_ASSISTANT
|
||||
|
@ -267,6 +268,7 @@ cmds testoptparser testrunner mkbenchmarkgenerator = map addGitAnnexCommonOption
|
|||
, Command.MaxSize.cmd
|
||||
, Command.Sim.cmd
|
||||
, Command.AddComputed.cmd
|
||||
, Command.Recompute.cmd
|
||||
, Command.Version.cmd
|
||||
, Command.RemoteDaemon.cmd
|
||||
#ifdef WITH_ASSISTANT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue