gitweb tags feed, Re: New version announcements?

7 messages, 4 authors, 2016-06-15 · open the first message on its own page

gitweb tags feed, Re: New version announcements?

From: Petr Baudis <hidden>
Date: 2016-06-15 22:45:00

  Hi,

On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
I've been following the git mailing list to stay on top of new releases, 
but the traffic got too high.

Any way that a git-announce list could be created for security fixes and 
new releases? Or maybe an RSS feed on the website?

If there's a news file or some-such, I'd be glad to write the code to 
convert it to a subscription feed.
  I believe you meant to write this to the list directly, I'm cc'ing it
now. Basically, this depends on whether Junio finds it worth-while. :-)
I think these requests do not pop up often, but that might mean that
most people are simply discouraged right away and too shy to ask for it.

  One thing that comes on my mind would be to implement RSS feed of new
tags to gitweb; this could supply the information about new releases
easily. Any bored gitweb hacker willing to implement this? ;-)

  (Of course, it is a bit of pity that release announcements aren't part
of the tag comment when Git already makes tag comments possible; that
could be a part of the feed. Maybe with the feed as a nice use-case,
Junio could get convinced to do that though, if it doesn't disrupt his
release workflow too much.)

-- 
				Petr "Pasky" Baudis
As in certain cults it is possible to kill a process if you know
its true name.  -- Ken Thompson and Dennis M. Ritchie

Re: gitweb tags feed, Re: New version announcements?

From: Julian Phillips <hidden>
Date: 2016-06-15 22:45:00

On Thu, 24 Jul 2008, Petr Baudis wrote:
 Hi,

On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
quoted
I've been following the git mailing list to stay on top of new releases,
but the traffic got too high.

Any way that a git-announce list could be created for security fixes and
new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
quoted
If there's a news file or some-such, I'd be glad to write the code to
convert it to a subscription feed.
 I believe you meant to write this to the list directly, I'm cc'ing it
now. Basically, this depends on whether Junio finds it worth-while. :-)
I think these requests do not pop up often, but that might mean that
most people are simply discouraged right away and too shy to ask for it.
There was a request for RSS feeds some time ago, and I setup the above 
feeds which automatically process the git mailing list traffic - haven't 
bothered to actually monitor if anyone is using them though ;)
 One thing that comes on my mind would be to implement RSS feed of new
tags to gitweb; this could supply the information about new releases
easily. Any bored gitweb hacker willing to implement this? ;-)

 (Of course, it is a bit of pity that release announcements aren't part
of the tag comment when Git already makes tag comments possible; that
could be a part of the feed. Maybe with the feed as a nice use-case,
Junio could get convinced to do that though, if it doesn't disrupt his
release workflow too much.)
-- 
Julian

  ---
Peter's hungry, time to eat lunch.

Re: gitweb tags feed, Re: New version announcements?

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:45:00

Julian Phillips [off-list ref] writes:
On Thu, 24 Jul 2008, Petr Baudis wrote:
quoted
On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
quoted
I've been following the git mailing list to stay on top of new releases,
but the traffic got too high.

Any way that a git-announce list could be created for security fixes and
new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
quoted
quoted
If there's a news file or some-such, I'd be glad to write the code to
convert it to a subscription feed.
 
There was a request for RSS feeds some time ago, and I setup the above
feeds which automatically process the git mailing list traffic -
haven't bothered to actually monitor if anyone is using them though ;)
If I didn't thank you for this web service (http://gitrss.q42.co.uk/)
thanks, if I did thank yoy, thanks again :-)

I have used this service (to be more exact one of feeds offered by
this service, which basically is very filtered git mailing list feed)
as a source of "News" section for Git project at Ohloh[1]:
  http://www.ohloh.net/projects/git


[1] http://www.ohloh.net/projects/git/rss_subscriptions uses
    http://gitrss.q42.co.uk/announce.rss)
-- 
Jakub Narebski
Poland
ShadeHawk on #git

Re: gitweb tags feed, Re: New version announcements?

From: Pedro Melo <hidden>
Date: 2016-06-15 22:45:00

Hi,

On Jul 24, 2008, at 4:04 PM, Julian Phillips wrote:
quoted
On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
quoted
Any way that a git-announce list could be created for security  
fixes and
new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
Thanks Julian, did not knew these feeds.

You might want to look at the script that generates the announces  
feed. It missed the 1.5.6.4 announcement.

http://article.gmane.org/gmane.comp.version-control.git/89148/ 
match=1.5.6.4

Best regards,
-- 
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@simplicidade.org
Use XMPP!

Re: gitweb tags feed, Re: New version announcements?

From: Julian Phillips <hidden>
Date: 2016-06-15 22:45:00

On Thu, 24 Jul 2008, Pedro Melo wrote:
Hi,

On Jul 24, 2008, at 4:04 PM, Julian Phillips wrote:
quoted
quoted
On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
quoted
Any way that a git-announce list could be created for security fixes 
and
new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
Thanks Julian, did not knew these feeds.

You might want to look at the script that generates the announces feed. It 
missed the 1.5.6.4 announcement.

http://article.gmane.org/gmane.comp.version-control.git/89148/match=1.5.6.4
Ah ... oops.  Some stuff got broken during a system upgrade on the 20th, 
and I seem to have missed that mail when trying to fill in the gap (due to 
a similar breakage in my personal email system I didn't know it had gone 
out :().  Hopefully that won't happen again.

Should be there now.  Thanks. :)

-- 
Julian

  ---
The advertisement is the most truthful part of a newspaper.
 		-- Thomas Jefferson

Re: gitweb tags feed, Re: New version announcements?

From: Pedro Melo <hidden>
Date: 2016-06-15 22:45:02

Hi,

On Jul 24, 2008, at 6:25 PM, Julian Phillips wrote:
On Thu, 24 Jul 2008, Pedro Melo wrote:
quoted
On Jul 24, 2008, at 4:04 PM, Julian Phillips wrote:
quoted
quoted
On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
quoted
quoted
quoted
Any way that a git-announce list could be created for  
security fixes > > and
quoted
quoted
new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
You might want to look at the script that generates the announces  
feed. It missed the 1.5.6.4 announcement.

http://article.gmane.org/gmane.comp.version-control.git/89148/ 
match=1.5.6.4
Should be there now.  Thanks. :)
It's there, fixed.

Best regards,
-- 
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@simplicidade.org
Use XMPP!

Re: gitweb tags feed, Re: New version announcements?

From: Petr Baudis <hidden>
Date: 2016-06-15 22:45:24

On Thu, Jul 24, 2008 at 04:04:03PM +0100, Julian Phillips wrote:
On Thu, 24 Jul 2008, Petr Baudis wrote:
quoted
On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
quoted
I've been following the git mailing list to stay on top of new releases,
but the traffic got too high.

Any way that a git-announce list could be created for security fixes and
new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
Thanks, I have added the RSS feeds to the git.or.cz homepage.
 ---
Peter's hungry, time to eat lunch.
Mmm...

-- 
				Petr "Pasky" Baudis
People who take cold baths never have rheumatism, but they have
cold baths.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help