diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-07 08:28:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-07 08:28:40 -0400 |
commit | f797939d15a2b414e62b28ccb0bd9e5b77978d76 (patch) | |
tree | 4095dd3f6e97bc1d7638cfbecbd1e75ce002af95 /debian | |
parent | a7b151f28926f3a6455f4456c496aeaf31df091a (diff) |
Clean up direct mode cache and mapping info when dropping keys.
These files were left behind, and made getKeysPresent find keys that were
not present. It would be expensive to make getKeysPresent check that the
actual key files are present (it just lists the directories). But that's not
needed if we just clean up the stale cache and mapping files.
To handle systems that were in direct mode and got switched back with stale
direct mode files, made cleanObjectLoc remove all files in the key's directory.
git annex unused will still list keys that are gone but for which the stale
direct mode files exists. To deal with that, made dropunused remove the key's
directory even if the key does not seem to be present.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f5ae18543..e3faa86b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ git-annex (3.20130125) UNRELEASED; urgency=low * pre-commit: Update direct mode mappings. * uninit, unannex --fast: If hard link creation fails, fall back to slow mode. + * Clean up direct mode cache and mapping info when dropping keys. + * dropunused: Clean up stale direct mode cache and mapping info not + removed before. -- Joey Hess <joeyh@debian.org> Sat, 26 Jan 2013 15:48:40 +1100 |