#567405 URL aliases for common tag sets

#567405#5
Date:
2010-01-28 21:58:46 UTC
From:
To:
I think it would be a nice enhancement if debbugs had aliases for
some common searches, e.g.

http://bugs.debian.org/upstream:PACKAGE
http://bugs.debian.org/upstream:src:SRCPACKAGE
    include=tag:upstream;exclude=tag:fixed;exclude=tag:fixed-upstream;exclude=tag:pending;exclude=tag:wontfix;exclude=pending:done
    (bugs tagged upstream but not tagged (fixed|fixed-upstream|pending|wontfix|done))

http://bugs.debian.org/open:PACKAGE
http://bugs.debian.org/open:src:SRCPACKAGE
    exclude=tag:fixed;exclude=tag:fixed-upstream;exclude=tag:pending;exclude=tag:wontfix;exclude=pending:done
    (bugs not tagged (fixed|fixed-upstream|pending|wontfix|done))

http://bugs.debian.org/local:PACKAGE
http://bugs.debian.org/local:src:SRCPACKAGE
    exclude=tag:upstream;exclude=tag:fixed;exclude=tag:fixed-upstream;exclude=tag:pending;exclude=tag:wontfix;exclude=pending:done
    (bugs not tagged (upstream|fixed|fixed-upstream|pending|wontfix|done))

Thanks,

#567405#10
Date:
2010-01-29 19:57:30 UTC
From:
To:
Another good one would be

http://bugs.debian.org/fixed:PACKAGE
http://bugs.debian.org/fixed:src:SRCPACKAGE
    include=tag:fixed;include=tag:fixed-upstream;include=tag:pending;exclude=pending:done
    (bugs tagged (fixed|fixed-upstream|pending))

#567405#15
Date:
2010-12-14 14:27:46 UTC
From:
To:
This one is pretty easy to fix... how do I submit a patch to the
mod_rewrite rules?

#567405#20
Date:
2010-12-14 21:05:28 UTC
From:
To:
They're in examples/apache.conf in the bzr repository. See
http://wiki.debian.org/Teams/Debbugs for details on how to get the bzr
repository.


Don Armstrong