READ: bugzilla coming real soon now :)

Stephan Kulow coolo at kde.org
Thu Sep 12 20:57:00 BST 2002


On Thursday 12 September 2002 21:31, Waldo Bastian wrote:
> On Thursday 12 September 2002 12:07 pm, Stephan Kulow wrote:
> > > Is it possible to have "CCMAIL: <number>-done at bugs.kde.org" in cvs
> > > commits still working somehow? I find that a nice way of automatically
> > > closing the bug when you fix it. Maybe with a new keyword such as:
> > > 	BUGS: <number1>,<number2>,....
> >
> > technically there is nothing to stop you. I.e. you can do a
> > close at bugs.kde.org which then writes to a script that grabs the numbers
> > from the Subject and close the bug. Do you know perl? :)
>
> A little... how do I close the bug from a script? Is there a command that I
> can call for that?
>
SendSQL("UPDATE bugs set bug_status='RESOLVED' where bug_id=" . SqlQuote($id) 
. ";"); // ;-)

You of course need a resolution too.

Greetings, Stephan






More information about the kde-core-devel mailing list