importfeed: Also ignore transient problems with downloading content from feeds.
This commit is contained in:
parent
4e6cf16117
commit
d1bacccff4
2 changed files with 11 additions and 2 deletions
|
@ -52,6 +52,8 @@ perform relaxed cache url = do
|
|||
Just l | not (null l) -> do
|
||||
ok <- all id
|
||||
<$> mapM (downloadEnclosure relaxed cache) l
|
||||
unless ok $
|
||||
feedProblem url "problem downloading item"
|
||||
next $ cleanup url ok
|
||||
_ -> do
|
||||
feedProblem url "bad feed content"
|
||||
|
|
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,3 +1,12 @@
|
|||
git-annex (4.20130828) UNRELEASED; urgency=low
|
||||
|
||||
* importfeed: Also ignore transient problems with downloading content
|
||||
from feeds.
|
||||
* Honor core.sharedrepository when receiving and adding files in direct
|
||||
mode.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 03 Sep 2013 14:31:45 -0400
|
||||
|
||||
git-annex (4.20130827) unstable; urgency=low
|
||||
|
||||
* Youtube support! (And 53 other video hosts). When quvi is installed,
|
||||
|
@ -25,8 +34,6 @@ git-annex (4.20130827) unstable; urgency=low
|
|||
* Debian: Run the builtin test suite as an autopkgtest.
|
||||
* Debian: Recommend ssh-askpass, which ssh will use when the assistant
|
||||
is run w/o a tty. Closes: #719832
|
||||
* Honor core.sharedrepository when receiving and adding files in direct
|
||||
mode.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 27 Aug 2013 11:03:00 -0400
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue