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:
Joey Hess 2011-06-22 17:08:51 -04:00
parent 235e2e63a1
commit 4c4ebf2d75
7 changed files with 27 additions and 64 deletions

View file

@ -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