diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-30 12:49:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-30 12:49:34 -0400 |
commit | 6c8393e16f5f652e53e333281ac382bddccb430c (patch) | |
tree | 47c0d6f6914615f14d7141aa14c135081b0520d2 /debian | |
parent | 42f7b9fdd11a6b61f35e00e958342fab0949bed7 (diff) |
Run shutdown cleanup actions even if there were failures processing the command.
Amoung other fixes, this means that addurl will stage added files even if
adding one of the urls fails.
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 cdc53fd95..cead4170f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ git-annex (5.20141220) UNRELEASED; urgency=medium * Work around statfs() overflow on some XFS systems. * sync: Now supports remote groups, the same way git remote update does. * setpresentkey: A new plumbing-level command. + * Run shutdown cleanup actions even if there were failures processing + the command. Amoung other fixes, this means that addurl will stage + added files even if adding one of the urls fails. -- Joey Hess <id@joeyh.name> Mon, 22 Dec 2014 15:16:38 -0400 |