This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Going to move to log_accum_bugzillafied on sunday


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]