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!
This commit is contained in:
Joey Hess 2016-01-29 14:04:39 -04:00
parent 5e4ddd32a0
commit ef4b4c3856
Failed to extract signature
4 changed files with 15 additions and 2 deletions

1
debian/changelog vendored
View file

@ -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