summaryrefslogtreecommitdiffstats
path: root/fedora-easy-karma.py
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce --list-rpms-onlyTill Maas2010-03-281-20/+23
* make fedora_cert optional, refactor self.optionsTill Maas2010-03-191-21/+33
* do not check package repo informationTill Maas2010-03-111-6/+5
* already_commented: "name (group)" author supportTill Maas2010-03-101-1/+8
* Specify own http user agent for bodhi clientTill Maas2010-03-081-1/+1
* skip updates with an open requestTill Maas2010-03-061-0/+4
* fix indentationTill Maas2010-03-061-30/+30
* typofix in usageTill Maas2010-03-061-1/+1
* sort builds before asking for feedbackTill Maas2010-03-061-1/+3
* add pattern matchingTill Maas2010-03-061-11/+31
* introduce --no-skip-empty-commentTill Maas2010-03-061-1/+2
* use better metavars for default optionsTill Maas2010-03-061-2/+2
* add --default-karma, ignore karma in readline histTill Maas2010-03-061-2/+10
* Properly handle EOFErrorTill Maas2010-03-061-10/+17
* introduce --default-commentTill Maas2010-03-061-1/+15
* fix KeyError in installed_testing_buildsTill Maas2010-03-061-1/+1
* Use os.environ["LOGNAME"] instead of os.getlogin()Till Maas2010-03-061-1/+1
* resubmit in case of server errors, add --retriesTill Maas2010-03-051-9/+18
* use cPickle instad of yaml for bodhi caching: fastTill Maas2010-03-051-4/+4
* initial bodhi caching support using yaml: too slowTill Maas2010-03-051-9/+38
* add timing information to debug outputTill Maas2010-03-051-1/+8
* move main() to __init__() and add debug outputTill Maas2010-03-051-107/+114
* sort class methodsTill Maas2010-03-051-40/+40
* move fedora-easy-karma in a classTill Maas2010-03-051-224/+231
* show summary of installed rpmsTill Maas2010-03-051-1/+1
* add --wrap-rpm option for wrapping inst. rpm listTill Maas2010-03-051-1/+6
* fix --wrap-width: set optparse type to intTill Maas2010-03-051-1/+1
* distinguish default and extra python modulesTill Maas2010-03-051-4/+8
* do not add .rpm suffix for list of installed rpmsTill Maas2010-03-041-1/+1
* show list of installed rpms for each updateTill Maas2010-03-041-5/+18
* fix formatting multiple bugs without wrappingTill Maas2010-03-041-1/+1
* Typofix in a commentTill Maas2010-03-041-1/+1
* ask for FAS password for bodhi commentingTill Maas2010-03-041-5/+15
* cleanup help and option orderingTill Maas2010-03-041-4/+5
* make wrapping options available in the commandlineTill Maas2010-03-041-1/+3
* Add usage informationTill Maas2010-03-041-3/+25
* use bodhi yum client instead of subprocessTill Maas2010-03-041-2/+1
* add option to include commented updatesTill Maas2010-03-041-1/+2
* do not import re anymore / remove unused regexTill Maas2010-03-041-2/+0
* Skip updates/builds using their install date onlyTill Maas2010-03-041-7/+12
* only ask once per update and not for every buildTill Maas2010-03-041-1/+5
* do not hardcode fedora releaseTill Maas2010-03-041-4/+8
* use yum python module instead of subprocessSeth Vidal2010-03-041-14/+6
* smaller cleanupsTill Maas2010-03-041-6/+3
* initial commitTill Maas2010-03-041-0/+229