From c3970f6c1a156a74b137f1d12c27cd70eed613c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Mar 2017 19:32:58 -0400 Subject: multicast: New command, uses uftp to multicast annexed files, for eg a classroom setting. This commit was supported by the NSF-funded DataLad project. --- Logs.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Logs.hs') diff --git a/Logs.hs b/Logs.hs index 38bd1c0683..716520af44 100644 --- a/Logs.hs +++ b/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 -- cgit v1.2.3