move dummy uuids to Annex.UUID
This commit is contained in:
parent
8d1e372a8b
commit
7e422269a6
9 changed files with 16 additions and 10 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
module Logs.Web (
|
||||
URLString,
|
||||
webUUID,
|
||||
getUrls,
|
||||
getUrlsWithPrefix,
|
||||
setUrlPresent,
|
||||
|
@ -35,10 +34,6 @@ import qualified Git
|
|||
import qualified Git.LsFiles
|
||||
import Utility.Url
|
||||
|
||||
-- Dummy uuid for the whole web. Do not alter.
|
||||
webUUID :: UUID
|
||||
webUUID = UUID "00000000-0000-0000-0000-000000000001"
|
||||
|
||||
{- Gets all urls that a key might be available from. -}
|
||||
getUrls :: Key -> Annex [URLString]
|
||||
getUrls key = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue