From 632219ff40114eea136de685354bac01737f1c84 Mon Sep 17 00:00:00 2001 From: "http://grossmeier.net/" Date: Tue, 6 Aug 2013 21:50:14 +0000 Subject: [PATCH] "Feeds" not a listed build flag --- ...__34___but_podcasting_feature_working.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn 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 0000000000..981f9d1100 --- /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 + +### 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 +.... +"""]]