Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2001 15:47:50 -0800 (PST)
From:      Gordon Tetlow <gordont@bluemtn.net>
To:        Gregory Sutter <gsutter@zer0.org>
Cc:        Josef Karthauser <joe@tao.org.uk>, j mckitrick <jcm@FreeBSD-uk.eu.org>, <freebsd-stable@FreeBSD.ORG>
Subject:   Re: cvs mailing list for RELENG_4 only?
Message-ID:  <Pine.BSF.4.33.0103091547150.43201-100000@sdmail0.sd.bmarts.com>
In-Reply-To: <20010309032113.O45600@klapaucius.zer0.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Where is ${FROM} defined?

-gordon

On Fri, 9 Mar 2001, Gregory Sutter wrote:

> # tag FreeBSD commit messages appropriately
> :0
> * ^Sender:[ 	]*owner-(freebsd-)?cvs-(all|committers)@FreeBSD.ORG
> * ^Subject: cvs commit:
> {
>   # tag with the correct portion of the tree
>   :0 f
>   * ^Subject: cvs commit: \/(CVSROOT|doc|ports|src|www)
>   | formail -i "X-FreeBSD-CVS-Tree: $MATCH"
>
>   # add cvsweb urls to the bottom of each commit
>   # courtesy hoek@freebsd.org
>   PERLSCRIPT='
>     while (<>) {
>             if (/^\s+(\d+\.)+\d+\s+\+\d+ \-\d+\s+/) {
>               $r = $_;
>               $r =~+s/.*?([A-Za-z]+\/.+)/http\:\/\/www.FreeBSD.ORG\/cgi\/cvsweb\.cgi\/\1/;
>               $l = "$l$r";
>             }
>             print "$_";
>     }
>     print "$l";
>   '
>   :0 bf
>   | perl -Te "${PERLSCRIPT}"
> }
>
> # freebsd lists
> BSDLISTS="(advocacy|announce|arch|chat|current|cvs-all|doc|emulation|hackers|hardware|ipfw|isp|jobs|mobile|mozilla|net|ports|ppc|qa|questions|security|small|smp|stable)"
>
> :0
> * $ ^${FROM}freebsd.org
> {
>   :0 Wh : freebsd.lock
>   | formail -D 32768 $PMDIR/bsd.cache
>
>   :0 :
>   * ^X-FreeBSD-CVS-Tree: doc
>   bsd/doc
>
>   :0 :
>   * ^Subject:[ 	]*cvs commit:
>   * ^X-FreeBSD-CVS-Branch:[ 	]*RELENG_4
>   bsd/stable
>
>   :0 :
>   * ^X-FreeBSD-CVS-Tree: ports
>   bsd/ports
>
>   :0 :
>   * $ ^Sender:[ 	]*owner-(freebsd-)?\/$BSDLISTS
>   | formail -i "X-Fkey: freebsd-$MATCH" >> bsd/$MATCH
> }


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0103091547150.43201-100000>