diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-29 14:04:39 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-29 14:04:39 -0400 |
commit | a92ab3e0a734a0c2b9f37a19d6041ea1bcb6150f (patch) | |
tree | bc382ca0f85e18a49d7ddcac769abac598732c9e /debian | |
parent | c974ab59f7069833f790bc4dd1a71d9f2f0773cf (diff) |
webapp: Fix deletion of current repository directory.
removeDirectoryRecursive "." fails; need full path.
I think this is a reversion introduced in the relative path conversion, in
january of *last* year!
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 962c76d22..ffe840aa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ git-annex (6.20160127) UNRELEASED; urgency=medium adding files not matching annex.largefiles. * Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages. + * webapp: Fix deletion of current repository directory. -- Joey Hess <id@joeyh.name> Thu, 28 Jan 2016 13:53:09 -0400 |