summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-06 14:45:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-06 14:45:20 -0400
commit137cac6e685732504da466a05590b69ce0eb93a7 (patch)
treea407edcd655a491a9950745bad39e8cbfe7b3525 /debian
parent321998afc69706a1739fac8c1f697688f6cd1c84 (diff)
fsck: Ignore error recording the fsck in the activity log, which can happen when running fsck in a read-only repository. Closes: #698559 (fsck can still need to write to the repository if it find problems, but a successful fsck can be done read-only)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f9a0aee93..ef1357324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,11 @@ git-annex (5.20150421) UNRELEASED; urgency=medium
symlinks when downloading from ftp.
* Support checking ftp urls for file presence.
* contentlocation, examinekey, lookupkey: Added --batch mode option.
+ * fsck: Ignore error recording the fsck in the activity log,
+ which can happen when running fsck in a read-only repository.
+ Closes: #698559
+ (fsck can still need to write to the repository if it find problems,
+ but a successful fsck can be done read-only)
-- Joey Hess <id@joeyh.name> Tue, 21 Apr 2015 15:54:10 -0400