From f1a6e00a3107317d551c27459194aff3317919f4 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 38bd1c068..716520af4 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