summaryrefslogtreecommitdiff
path: root/Logs.hs
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 /Logs.hs
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 'Logs.hs')
-rw-r--r--Logs.hs3
1 files changed, 3 insertions, 0 deletions
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