set annex.uuid in proxy's Repo
getRepoUUID looks at that, and was seeing the annex.uuid of the proxy. Which caused it to unncessarily set the git config. Probably also would have led to other problems.
This commit is contained in:
parent
657a91527a
commit
09b5e53f49
3 changed files with 18 additions and 15 deletions
|
@ -79,6 +79,7 @@ getRepoUUID r = do
|
|||
|
||||
if c /= u && u /= NoUUID
|
||||
then do
|
||||
liftIO $ print (r, "setting cache", c, u)
|
||||
updatecache u
|
||||
return u
|
||||
else return c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue