[Libvir] Please add RSS for libvirt updates.

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/ Thanks Atsushi SAKAI

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 -Ryan
Thanks Atsushi SAKAI
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Thanks! Its very helpful Thanks Atsushi SAKAI Ryan Scott <Ryan.Scott@Sun.COM> 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
-Ryan
Thanks Atsushi SAKAI
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Hi, Ryan One question as just for confirmation, Does the libvirt git repository synchonize to the CVS repository? Thanks Atsushi SAKAI Atsushi SAKAI <sakaia@jp.fujitsu.com> wrote:
Thanks!
Its very helpful
Thanks Atsushi SAKAI
Ryan Scott <Ryan.Scott@Sun.COM> 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
-Ryan
Thanks Atsushi SAKAI
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Atsushi SAKAI <sakaia@jp.fujitsu.com> wrote:
One question as just for confirmation, Does the libvirt git repository synchonize to the CVS repository? ...
Yes, it is synchronized automatically a few times per hour.

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/
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@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@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@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@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@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
participants (4)
-
Atsushi SAKAI
-
Daniel Veillard
-
Jim Meyering
-
Ryan Scott