[Libvir] Please add RSS for libvirt updates.

Daniel Veillard veillard at redhat.com
Fri Feb 22 08:34:18 UTC 2008


On Thu, Feb 21, 2008 at 04:47:34PM -0800, Ryan Scott wrote:
> Atsushi SAKAI wrote:
> >Hi, 
> >
> >I have a request about libvirt updates.
> >Currently I am checking software updates by seeing 
> >RSS reader.
> >Of course,
> >mercurial(hg) and git creates RSS feeds.
> >
> >But CVS does not create such kind of feeds.
> >I hope some day libvirt adds RSS feeds 
> >by using cvs2rss etc.
> >http://laughingmeme.org/cvs2rss/
> 
> See http://git.et.redhat.com/?p=libvirt.git;a=summary

 Actually, I already export as an XML flow the updates to the 
ChangeLog as part of the update (every hour) of the page at 
   http://libvirt.org/ChangeLog.html
the informations are extracted first to an XML file 
   http://libvirt.org/ChangeLog.xml
before being formatted and rendered to the site style using
the XSLT found in the documentation directory.

-----------------------------------------------
<?xml version='1.0' encoding='ISO-8859-1'?>
<log>
  <entry date='Thu Feb 21 19:22:10' timezone='CET' year='2008'
         who='Jim Meyering' email='meyering at redhat.com'>
    <item>src/openvz_conf.c (openvzSetUUID): Rewrite to avoid unchecked lseek, write, and close as well as a potential file descriptor leak. Handle failed openvzLocateConfDir.</item>
    <item>src/openvz_conf.c (openvzLocateConfDir, openvzGetVPSUUID):</item>
  </entry>
  <entry date='Thu Feb 21 15:17:00' timezone='UTC' year='2008'
         who='Richard W.M. Jones' email='rjones at redhat.com'>
    <item>src/openvz_conf.c: Double-free fix (Anton Protopopov).</item>
  </entry>
  <entry date='Wed Feb 20 22:48:27' timezone='EST' year='2008'
         who='Daniel P. Berrange' email='berrange at redhat.com'>
    <item>src/libvirt_sym.version: Added missing virStorageVolGetConnect</item>
  </entry>
  <entry date='Wed Feb 20 18:24:39' timezone='CET' year='2008'
         who='Jim Meyering' email='meyering at redhat.com'>
    <item>docs/examples/index.py: Don't emit trailing blanks.</item>
    <item>docs/examples/Makefile.am: Regenerate.</item>
  </entry>
...
</log>
-----------------------------------------------

Generating an RSS feed from it should not be hard.
cvs2rss seems to depends on other CVS to web gateway, so I'm
not too tempted to use this.

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillard at redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/




More information about the libvir-list mailing list