added git-annex extendcluster
This works, but updatecluster does not work yet in multi-gateway clusters, nor do gateways relay to other gateways.
This commit is contained in:
parent
798d6f6a46
commit
0b72b85df5
7 changed files with 113 additions and 3 deletions
|
@ -126,6 +126,7 @@ import qualified Command.Restage
|
|||
import qualified Command.Undo
|
||||
import qualified Command.InitCluster
|
||||
import qualified Command.UpdateCluster
|
||||
import qualified Command.ExtendCluster
|
||||
import qualified Command.UpdateProxy
|
||||
import qualified Command.Version
|
||||
import qualified Command.RemoteDaemon
|
||||
|
@ -252,6 +253,7 @@ cmds testoptparser testrunner mkbenchmarkgenerator = map addGitAnnexCommonOption
|
|||
, Command.Undo.cmd
|
||||
, Command.InitCluster.cmd
|
||||
, Command.UpdateCluster.cmd
|
||||
, Command.ExtendCluster.cmd
|
||||
, Command.UpdateProxy.cmd
|
||||
, Command.Version.cmd
|
||||
, Command.RemoteDaemon.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue