summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-30 19:32:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-30 19:35:30 -0400
commitf1a6e00a3107317d551c27459194aff3317919f4 (patch)
tree7ec2a98fd4a4ad0308792c8bb4c52ece424c43d0 /git-annex.cabal
parent0862a7f3a3823a925f86bf2c33d67db05a2781e8 (diff)
multicast: New command, uses uftp to multicast annexed files, for eg a classroom setting.
This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index db868d158..200ea30ae 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -90,6 +90,7 @@ Extra-Source-Files:
doc/git-annex-migrate.mdwn
doc/git-annex-mirror.mdwn
doc/git-annex-move.mdwn
+ doc/git-annex-multicast.mdwn
doc/git-annex-numcopies.mdwn
doc/git-annex-p2p.mdwn
doc/git-annex-pre-commit.mdwn
@@ -318,7 +319,7 @@ Executable git-annex
stm (>= 2.3),
mtl (>= 2),
uuid (>= 1.2.6),
- process,
+ process (>= 1.4.2.0),
data-default,
case-insensitive,
random,
@@ -518,6 +519,7 @@ Executable git-annex
Annex.MakeRepo
Annex.MetaData
Annex.MetaData.StandardFields
+ Annex.Multicast
Annex.Notification
Annex.NumCopies
Annex.Path
@@ -732,6 +734,7 @@ Executable git-annex
Command.Migrate
Command.Mirror
Command.Move
+ Command.Multicast
Command.NotifyChanges
Command.NumCopies
Command.P2P
@@ -857,6 +860,7 @@ Executable git-annex
Logs.Location
Logs.MapLog
Logs.MetaData
+ Logs.Multicast
Logs.NumCopies
Logs.PreferredContent
Logs.PreferredContent.Raw