This commit is contained in:
mac 2015-04-04 20:42:03 +00:00 committed by admin
parent 6428fa1e0b
commit ada2f6b1f9

View file

@ -1,34 +0,0 @@
[[!comment format=mdwn
username="mac"
subject="importfeeds with file based rss contents"
date="2015-04-04T20:39:57Z"
content="""
Hi,
I've a script which generates .rss files which reference local files with the file:// scheme. I can import the file:// urls with git annex addurl, but it fails with git annex importfeed:
`$ git annex importfeed --fast file:///path/to/local/rss/file.rss`
`(checking known urls...)`
`importfeed file:///path/to/local/rss/file.rss`
`git-annex: /tmp/feed6757: openFile: resource busy (file is locked)`
If I try to import it with `$ git annex importfeed --fast /path/to/local/rss/file.rss` I get
`importfeed /home/mac/rss/Gotham.rss `
` warning: bad feed content`
`ok`
But the directory stays empty.
Is it possible to use local files in rss format with items which reference local files using the file:// scheme as input for importfeed?
Cheers,
Marco
"""]]