This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Going to move to log_accum_bugzillafied on sunday
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 7 Jun 2003 11:54:04 +0100
- Subject: Re: Going to move to log_accum_bugzillafied on sunday
- References: <D0CAD152-98AC-11D7-9CC0-000A95A34564@dberlin.org>
Daniel Berlin wrote:-
> Hopefully, we won't have 0 commits, but hopefully it won't be a hectic
> commit day either.
> So i'm going to test the bugzillafied log_accum script on sunday.
>
> This is the script that looks for lines like "bug/pr <whatever bug
> number>" in commit messages, and appends the commit message to a bug.
>
> The bug regex it looks for is significantly more lenient than what the
> old log_accum accepts.
> It used to be something like /PR <component>/<id>/, case sensitive, and
> whitespace sensitive.
> It's now /(bug|PR)<whitespace>(optional # sign)(optional
> component/)<id>/, case insensitive.
> Hopefully this will cause it to get more use.
Cool, thanks. One of the annoying things about the old script was that
it would only honour a single PR/ line. Can you change it so that we
recognize multiple such lines? if e.g. a patch fixes 2 bugs at once.
Neil.