diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-04 15:08:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-04 15:08:06 -0400 |
commit | 009d7172cf29aabac762c6e8afccdb04aa3c5a49 (patch) | |
tree | c123f69144083e32079976485c29348b501c1800 /debian | |
parent | 4e64bcbbdb970bc82dc9d47a174cb2296141880c (diff) |
addurl, importfeed: Honor annex.diskreserve as long as the size of the url can be checked.
This adds a http HEAD before the download is done. That was already the
case when the assistant was running, and it seems worth it to avoid filling
up the whole disk, like happened to my server today.
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 bd5b459bc..28a11900b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ git-annex (5.20131231) UNRELEASED; urgency=medium * assistant: Ensure that .ssh/config and .ssh/authorized_keys are not group or world writable when writing to those files, as that can make ssh refuse to use them, if it allows another user to write to them. + * addurl, importfeed: Honor annex.diskreserve as long as the size of the + url can be checked. -- Joey Hess <joeyh@debian.org> Tue, 31 Dec 2013 13:41:18 -0400 |