| Fedora-App-ReviewTool documentation | view source | Contained in the Fedora-App-ReviewTool distribution. |
Fedora::App::ReviewTool::Bodhi - primitive bodhi update submit for reviewtool
with 'Fedora::App::ReviewTool::Bodhi';
# ...
$self->submit_bodhi_newpackage('perl-Foo-1.2.3-1.fc11');
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.
We attempt to load our FAS userid/passwd from the config file (typically ~/.reviewtool.ini). Failing this, we prompt the user.
Chris Weyl <cweyl@alumni.drew.edu>
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
| Fedora-App-ReviewTool documentation | view source | Contained in the Fedora-App-ReviewTool distribution. |