This repository is obsoleted and project was moved to Pagure.io.
fedora-gooey-karma provides similar functionality to the fedora-easy-karma via GUI. It also currently provides some extra info like: dnf info, bodhi info, test cases, bugs.
http://tirfa.com/gooey-karma.html
python-fedora
fedora-cert
dnf
bodhi-client
python-pyside
python-keyring
koji
PyQt4
To install these dependencies, use this command:
dnf install python-fedora fedora-cert bodhi-client python-pyside python-keyring koji PyQt4
git clone https://github.com/blaskovic/fedora-gooey-karma.git
cd fedora-gooey-karma
The easiest way to run application is to type:
make run
You can also run the script without Makefile:
./src/fedora-gooey-karma
If you decide to install application to filesystem, use install phase from Makefile:
make install
You are able to build your own RPM package on Fedora. All you need to do is to run this script.
Please review this script before to adjust paths of rpmbuild and so.
Branislav Blaskovic <branislav@blaskovic.sk>
Tomas Meszaros <exo@tty.sk>
Dominika Regeciova <regeciovad@gmail.com>
You can read about development on my personal blog.
You can contact me via IRC Brano@freenode.org.
I would appreciate any idea/patch. Feel free to request any functionality.