summaryrefslogtreecommitdiff
path: root/doc/bugs/importfeed_fails_with_local_file_urls.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/importfeed_fails_with_local_file_urls.mdwn')
-rw-r--r--doc/bugs/importfeed_fails_with_local_file_urls.mdwn35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/bugs/importfeed_fails_with_local_file_urls.mdwn b/doc/bugs/importfeed_fails_with_local_file_urls.mdwn
deleted file mode 100644
index 932848ddf..000000000
--- a/doc/bugs/importfeed_fails_with_local_file_urls.mdwn
+++ /dev/null
@@ -1,35 +0,0 @@
-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 /path/to/local/rss/file.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
-
-> I've fixed it with file:// urls.
->
-> Also made it error out on non-url feed inputs, which are not intended to be
-> supported.
->
-> [[done]] --[[Joey]]