"Feeds" not a listed build flag

This commit is contained in:
http://grossmeier.net/ 2013-08-06 21:50:14 +00:00 committed by admin
parent b7df859534
commit 632219ff40

View file

@ -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>
"""]]