summaryrefslogtreecommitdiff
path: root/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
diff options
context:
space:
mode:
authorGravatar http://grossmeier.net/ <greg@web>2013-08-06 21:50:14 +0000
committerGravatar admin <admin@branchable.com>2013-08-06 21:50:14 +0000
commit75be7bff104380b81362e1e4df05e9c9d30a5ce2 (patch)
tree2bf725e736703a625accbd5cc9b97fd37f538649 /doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
parente34a0df63804a57b7d871cbb8661faf4f5ca67d0 (diff)
"Feeds" not a listed build flag
Diffstat (limited to 'doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn')
-rw-r--r--doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn b/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
new file mode 100644
index 000000000..981f9d110
--- /dev/null
+++ b/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
@@ -0,0 +1,26 @@
+### Please describe the problem.
+on [[tips/downloading_podcasts/]] it says to look for "Feeds" in the output of version to see if you have the importfeeds support. I have importfeeds support but "Feeds" is not listed when doing version.
+
+### What steps will reproduce the problem?
+# git-annex version
+# git-annex importfeed <someurl>
+
+### What version of git-annex are you using? On what operating system?
+4.20130802 on Debian unstable
+
+### Please provide any additional information below.
+
+[[!format sh """
+greg@x200s:~/annextest$ git-annex version
+git-annex version: 4.20130802
+build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP
+local repository version: 3
+default repository version: 3
+supported repository versions: 3 4
+upgrade supported from repository versions: 0 1 2
+
+greg@x200s:~/annextest$ git-annex importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
+(checking known urls...)
+importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
+....<downloads the episodes etc>
+"""]]