store trust.log and remote.log in the git-annex branch
.. and I think that's everything that will use the branch
This commit is contained in:
parent
235e2e63a1
commit
4c4ebf2d75
7 changed files with 27 additions and 64 deletions
8
UUID.hs
8
UUID.hs
|
@ -19,7 +19,8 @@ module UUID (
|
|||
genUUID,
|
||||
prettyPrintUUIDs,
|
||||
describeUUID,
|
||||
uuidMap
|
||||
uuidMap,
|
||||
uuidLog
|
||||
) where
|
||||
|
||||
import Control.Monad.State
|
||||
|
@ -35,11 +36,14 @@ import Types.UUID
|
|||
import qualified Annex
|
||||
import qualified SysConfig
|
||||
import Config
|
||||
import Locations
|
||||
|
||||
configkey :: String
|
||||
configkey = "annex.uuid"
|
||||
|
||||
{- Filename of uuid.log. -}
|
||||
uuidLog :: FilePath
|
||||
uuidLog = "uuid.log"
|
||||
|
||||
{- Generates a UUID. There is a library for this, but it's not packaged,
|
||||
- so use the command line tool. -}
|
||||
genUUID :: IO UUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue