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:
parent
39e8433d46
commit
c3970f6c1a
13 changed files with 454 additions and 2 deletions
3
Logs.hs
3
Logs.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue