multicast: New command, uses uftp to multicast annexed files, for eg a classroom setting.

This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
Joey Hess 2017-03-30 19:32:58 -04:00
parent 39e8433d46
commit c3970f6c1a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
13 changed files with 454 additions and 2 deletions

View file

@ -41,6 +41,7 @@ topLevelUUIDBasedLogs =
, scheduleLog
, activityLog
, differenceLog
, multicastLog
]
{- All the ways to get a key from a presence log file -}
@ -93,6 +94,8 @@ activityLog = "activity.log"
differenceLog :: FilePath
differenceLog = "difference.log"
multicastLog :: FilePath
multicastLog = "multicast.log"
{- The pathname of the location log file for a given key. -}
locationLogFile :: GitConfig -> Key -> String