diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-24 10:59:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-24 10:59:25 -0400 |
commit | a2a4070c6547119e3aea7a6b5be8d0345b2b2904 (patch) | |
tree | 260f4755da11a777cc597ef35dc3a66f015e8591 /debian | |
parent | 04b9ddb0c6a4f8e18622b86bc981a61b99150174 (diff) |
bugfix: Don't fail transferring content from read-only repos. Closes: #691341
This used to work, but got broken when the transfer info files were added,
as it failed writing them on the readonly filesystem.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1712b3899..128adefef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ git-annex (3.20121018) UNRELEASED; urgency=low * webapp: Switched to using the same multicast IP address that avahi uses. * bup: Don't pass - to bup-split to make it read stdin; bup 0.25 does not accept that. + * bugfix: Don't fail transferring content from read-only repos. + Closes: #691341 -- Joey Hess <joeyh@debian.org> Wed, 17 Oct 2012 14:24:10 -0400 |