bug tracking system question

Claude Rubinson rubinson@email.arizona.edu
Tue, 13 Jan 2004 10:45:46 -0700


On Mon, Jan 12, 2004 at 05:55:32PM -0800, Ian Zimmerman wrote:
> Is there a way to get notified by mail when a bug is fixed, but I am
> not one of the reporters?  I thought I remembered this could be
> done, but now I can't get a clue.

A kinda hacky solution would be to run a daily cron job that calls
querybts -m $BUGNUMBER|grep "^To: $BUGNUMBER-close@bugs.debian.org".
If you get a hit, the bug's been closed.

Claude