map: Write map.dot to .git/annex, which avoids watch trying to annex it.

This commit is contained in:
Joey Hess 2012-07-17 12:27:06 -04:00
parent dc2e0d0d9b
commit f5f8879471
4 changed files with 8 additions and 6 deletions

View file

@ -39,6 +39,8 @@ start = do
umap <- uuidMap
trusted <- trustGet Trusted
file <- (</>) <$> fromRepo gitAnnexDir <*> pure "map.dot"
liftIO $ writeFile file (drawMap rs umap trusted)
next $ next $
@ -49,8 +51,6 @@ start = do
showOutput
liftIO $ boolSystem "dot" [Param "-Tx11", File file]
)
where
file = "map.dot"
{- Generates a graph for dot(1). Each repository, and any other uuids, are
- displayed as a node, and each of its remotes is represented as an edge