[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Debian BTS



Hello,

Currently I use:

w3m "http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=bam@debian.org&exclude=potato,woody,moreinfo,wontfix";

To get all bug reports for my packages, but not the ones that a woody
specific, or marked wontfix or moreinfo. Simply because it is unlikely
I can fix these bugs. I consider it pointless coming up with a list of
bugs that I cannot fix...

Unfortunately, the above will also exclude bug reports
tagged "woody,sarge,sid".

Is there any solution here?

What I need is:

if (!wontfix) {
  if (!moreinfo) {
    if (!sid && !sarge && !woody && ...) {
      // no version flags set, display it
      displaybug()
    } else if (sid) {
      // otherwise only display if sid flag is set
      displaybug();
    }
  }
}
-- 
Brian May <bam@debian.org>



Reply to: