DragonFly BSD
DragonFly docs List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Release errata & patch list


From: Hiten Pandya <hmp@xxxxxxxxxxxxx>
Date: Tue, 26 Apr 2005 01:16:04 +0100

justin@xxxxxxxxxxxxxxxxxx wrote:
It can definitely be done with an awk and a minimal shell script.

	Similar to the way I used to generate FreeBSD-4 MFC lists, which
	I did my regex'ing the commit mail archive.  I will see if I can
	do something for branch commits and put it up on leaf.


It can be added relatively easily to the existing mailarchive script - the
mail's already getting passed through there, anyway.

Something like: (not tested, won't work)

:0b
* ^Newsfetch: \/dragonfly.commits
* MATCH ?? Branch: \/(DragonFly_RELEASE_\d_\d) {
    BRANCH=$MATCH
    echo $body | cat >> /path/to/webpage/for/$BRANCH
}

I can tackle this, if you like.



Sure. That would be cool!


-Hiten



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]