Gnus development mailing list
 help / color / mirror / Atom feed
* cvs log mailing list?
@ 2001-02-26 23:37 NAGY Andras
  2001-02-26 23:43 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: NAGY Andras @ 2001-02-26 23:37 UTC (permalink / raw)


Is there a mailing list where log messages for changes in the Gnus CVS
tree are posted?

If no, I suggest creating one.  This would provide a convenient method
for tracking Gnus development.

CVS' loginfo mechanism makes implementation quite easy.

Here's an example (from the MAGE project, which has been dead for a
long time).  I've set up the mailing list, mage-cvs@mage.rulez.org and
granted posting permisson only for the cvs@mage.rulez.org address
(this is the account the cvs server runs at).   Created the
CVSROOT/users file, which contains email addresses for developers in
the format

cvslogin:email@address.com

Then added the following to CVSROOT/loginfo:

ALL (echo -e "From: $USER <`grep "^$USER:" $CVSROOT/CVSROOT/users | cut -d: -f2`>\nTo: mage-cvs@mage.rulez.org\nSubject: "%s"\nSender: cvs@mage.rulez.org\n"; cat) | /usr/sbin/sendmail -oi -oem -t -f cvs@mage.rulez.org


If a listing of developers is not available, this could be modified
not to use the users file but put a generic email address in the From
field.  On the other hand, if developers would like to see their
fullname in the headers, we could make the users file look like

cvslogin:Andrew U. THOR <author@gnus.org>

and modify the command as well:

[...]echo -e "From: `grep[...]`\n[...]"



Andras



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cvs log mailing list?
  2001-02-26 23:37 cvs log mailing list? NAGY Andras
@ 2001-02-26 23:43 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2001-02-26 23:43 UTC (permalink / raw)


On 27 Feb 2001, NAGY Andras wrote:

> Is there a mailing list where log messages for changes in the Gnus
> CVS tree are posted?

There are newsgroups on quimby.gnus.org, including one for CVS commit
messages.

kai
-- 
Be indiscrete.  Do it continuously.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-02-26 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-26 23:37 cvs log mailing list? NAGY Andras
2001-02-26 23:43 ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).