record VURL key hashes in addcomputed and recompute
This commit is contained in:
parent
2bd64059f1
commit
63d73d8d1b
4 changed files with 14 additions and 9 deletions
|
@ -482,10 +482,7 @@ computeKey rs (ComputeProgram program) k _af dest p vc =
|
|||
hb <- hashBackend
|
||||
let updatevurl key getobj =
|
||||
if (fromKey keyVariety key == VURLKey)
|
||||
then do
|
||||
obj <- getobj
|
||||
updateEquivilantKeys hb obj key
|
||||
=<< getEquivilantKeys key
|
||||
then addEquivilantKey hb key =<< getobj
|
||||
else return Nothing
|
||||
|
||||
let keyfile' = tmpdir </> keyfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue