The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Fedora::App::ReviewTool::Bodhi - primitive bodhi update submit for reviewtool

SYNOPSIS

    with 'Fedora::App::ReviewTool::Bodhi';

    # ...
    $self->submit_bodhi_newpackage('perl-Foo-1.2.3-1.fc11');

DESCRIPTION

This is a MooseX::Role for reviewtool's command classes that provides a very simplistic and limited subset of Bodhi functionality... Just enough to create a new package update.

It is anticipated that this will be replaced at some point in the not-too-distant future by Fedora::Bodhi.

METHODS

<fas_userid>
<fas_passwd>
<submit_bodhi_newpackage>
<submit_bodhi>

CONFIGURATION AND ENVIRONMENT

We attempt to load our FAS userid/passwd from the config file (typically ~/.reviewtool.ini). Failing this, we prompt the user.

SEE ALSO

Fedora::App::ReviewTool

AUTHOR

Chris Weyl <cweyl@alumni.drew.edu>

LICENSE AND COPYRIGHT

Copyright (c) 2009 Chris Weyl <cweyl@alumni.drew.edu>

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the

    Free Software Foundation, Inc.
    59 Temple Place, Suite 330
    Boston, MA  02111-1307  USA