Gnus development mailing list
 help / color / mirror / Atom feed
From: NAGY Andras <nagya@inf.elte.hu>
Subject: cvs log mailing list?
Date: 27 Feb 2001 00:37:15 +0100	[thread overview]
Message-ID: <dzcofvpdnis.fsf@pandora.inf.elte.hu> (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



             reply	other threads:[~2001-02-26 23:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-26 23:37 NAGY Andras [this message]
2001-02-26 23:43 ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dzcofvpdnis.fsf@pandora.inf.elte.hu \
    --to=nagya@inf.elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).