update export db after rename from annexobjects location
authorJoey Hess <joeyh@joeyh.name>
Thu, 8 Aug 2024 18:03:02 +0000 (14:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 8 Aug 2024 18:03:02 +0000 (14:03 -0400)
commitc84d1a9462fa6a1f1734591cf0fb4407b64a2398
treee3371cd4170a4bd3a1069d482545fbf4c0e1a2fe
parenta2eb3b450a712eefe74e2073050f6e3a4cdd7176
update export db after rename from annexobjects location

This allows git-annex post-receive, on the first push to
the remote to see that it is able to get a key from it in
order to upload it back.

Also avoided actively checking if the source remote contains a key.
The location log is good enough. If the location log is wrong,
the export of that file will fail with an informative message.
Command/Export.hs