implement maxsize log and command
* maxsize: New command to tell git-annex how large the expected maximum size of a repository is. * vicfg: Include maxsize configuration.
This commit is contained in:
parent
d33ab4bbe4
commit
1265d7e5df
12 changed files with 119 additions and 6 deletions
4
Logs.hs
4
Logs.hs
|
@ -100,6 +100,7 @@ topLevelNewUUIDBasedLogs =
|
|||
[ exportLog
|
||||
, proxyLog
|
||||
, clusterLog
|
||||
, maxSizeLog
|
||||
]
|
||||
|
||||
{- Other top-level logs. -}
|
||||
|
@ -162,6 +163,9 @@ proxyLog = "proxy.log"
|
|||
clusterLog :: RawFilePath
|
||||
clusterLog = "cluster.log"
|
||||
|
||||
maxSizeLog :: RawFilePath
|
||||
maxSizeLog = "maxsize.log"
|
||||
|
||||
{- This is not a log file, it's where exported treeishes get grafted into
|
||||
- the git-annex branch. -}
|
||||
exportTreeGraftPoint :: RawFilePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue