aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-14 15:11:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-14 15:11:42 -0400
commit6c4c1a9bccfaa94525f343153b179c2170293686 (patch)
tree7ea95dd024adbcff1fa66e3dd5ef1457c33b1014 /CHANGELOG
parenta93ff12905005d1cbd2339ddeb8e8abfe2b20079 (diff)
Fix a git-annex test failure when run on NFS due to NFS lock files preventing directory removal.
Should fix this: lock (v6 --force): FAIL Exception: .git/annex/keys: removeDirectoryRecursive: unsatisfied constraints (Directory not empty) Verified that the test case still catches the regression it's meant to. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 52b67f600..a568407e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,8 @@ git-annex (6.20170521) UNRELEASED; urgency=medium
* Added GIT_ANNEX_VECTOR_CLOCK environment variable, which can be used to
override the default timestamps used in log files in the git-annex
branch. This is a dangerous environment variable; use with caution.
+ * Fix a git-annex test failure when run on NFS due to NFS lock files
+ preventing directory removal.
-- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400