Re: Release errata & patch list

看板DFBSD_docs作者時間20年前 (2005/04/26 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串9/13 (看更多)
> 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.
文章代碼(AID): #12RJ2L00 (DFBSD_docs)
討論串 (同標題文章)
文章代碼(AID): #12RJ2L00 (DFBSD_docs)