Fedora::App::ReviewTool::Bugzilla - bugzilla command role


Fedora-App-ReviewTool documentation  | view source Contained in the Fedora-App-ReviewTool distribution.

Index


_pick_srpm_uri(...)

Given one or more URI's, pick the newest one.

NAME

Top

Fedora::App::ReviewTool::Bugzilla - bugzilla command role

SYNOPSIS

Top

    package ...

    use Moose;
    extends ...;

    with 'Fedora::App::ReviewTool::Bugzilla;

    # profit!  (there's a lot of that around here)

DESCRIPTION

Top

Provide a few common attributes / methods for working with Bugzilla.

ATTRIBUTES

Top

userid

Bugzilla userid.

passwd

Bugzilla passwd.

_bz

The actual Fedora::Bugzilla instance.

SUBROUTINES/METHODS

Top

find_my_submissions

Search for open tix under 'Fedora/Package Reviews' with b<userid> as the reporter.

find_bug_for_pkg (pkg name)

Given a package name, try to find a corresponding review tix. Returns the bug iff one and only one is found; undef if none is found.

If more than one review tix is found, the result is undefined. This is a known issue.

CONFIGURATION AND ENVIRONMENT

Top

FIXME a bit about the config file would be nice

SEE ALSO

Top

Fedora::App::ReviewTool, Fedora::Bugzilla.

AUTHOR

Top

Chris Weyl <cweyl@alumni.drew.edu>

LICENSE AND COPYRIGHT

Top


Fedora-App-ReviewTool documentation  | view source Contained in the Fedora-App-ReviewTool distribution.