summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-17 11:49:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-17 11:49:32 -0400
commit0895e9a1186ffd4e879327fd2559b8b9f9c1feea (patch)
tree51fd736259ef73cd70c122521590e85d57d63706 /doc/bugs
parent33712dbc993136c7fd95764ef24395b1a7649ae4 (diff)
close
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/importfeed_can__39__t_deal_with_pycon_rss_feeds.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/importfeed_can__39__t_deal_with_pycon_rss_feeds.mdwn b/doc/bugs/importfeed_can__39__t_deal_with_pycon_rss_feeds.mdwn
index 1cfe85c0f..bed954a9e 100644
--- a/doc/bugs/importfeed_can__39__t_deal_with_pycon_rss_feeds.mdwn
+++ b/doc/bugs/importfeed_can__39__t_deal_with_pycon_rss_feeds.mdwn
@@ -23,3 +23,6 @@ xargs doesn't actually work so well because every once in a while, youtube will
curl -s http://pyvideo.org/category/65/pycon-us-2015/rss | xmllint --xpath '//enclosure/@url' - | sed 's/url="/\n/g;s/"//' | while read url ; do git annex addurl --fast $url ; done
but it's pretty ugly! --[[anarcat]]
+
+> Per my comments, I don't think this is a bug in git-annex, but in the
+> feeds. So [[done]] --[[Joey]]