summaryrefslogtreecommitdiffstats
path: root/fedora-easy-karma.py
Commit message (Collapse)AuthorAgeFilesLines
* Change --ignore-own to --no-ignore-ownTill Maas2014-08-311-3/+3
| | | | Also use the guessed/readed FAS username if none is provided.
* Add --ignore-own optionJamie Nguyen2014-08-311-0/+5
| | | | | | This allows the user to ignore updates that have been submitted by themselves. This assumes that the user is running fedora-easy-karma with the --fas-username option.
* Show stable karma in update informationTill Maas2014-08-311-1/+2
|
* remove unecessary else statementsTill Maas2013-07-081-5/+3
|
* abort early if running on Rawhide is detectedTill Maas2013-07-081-0/+13
|
* Apply some pep8 whitespace adjustmentsTill Maas2013-07-071-33/+42
|
* fix spellingTill Maas2013-07-071-1/+1
|
* BodhiClient adjustments wrt retriesTill Maas2013-07-071-5/+27
| | | | | - set retries - except errors from BodhiClient.query()
* Add hint to install testing packagesTill Maas2013-05-271-0/+3
|
* Update fedorapeople git URLTill Maas2013-05-271-1/+1
|
* Mention wiki page for detailed informationTill Maas2013-05-271-23/+28
|
* ignore all previously ignored updates on user exitTill Maas2011-08-251-0/+1
|
* Handle CTRL-C properlyTill Maas2011-08-241-1/+5
|
* store ignore list on user requested exitTill Maas2011-08-241-1/+1
|
* Allow to ignore updates without commentingTill Maas2011-08-231-5/+41
|
* Add proper error message for bodhi cache fileTill Maas2011-08-191-3/+7
| | | | | | | Do not show a backtrace when the bodhi cache file cannot be accessed, but a proper error message instead. Red Hat bug report: https://bugzilla.redhat.com/show_bug.cgi?id=718446
* Show critpath status in update typeTill Maas2011-08-191-0/+9
|
* Display test_cases info from BodhiTill Maas2011-08-191-1/+8
|
* Fix wrong reference to bodhi_update_strTill Maas2010-11-231-1/+1
| | | | bodhi_update_str was recently moved to FEK_helper.
* Fix crash when update notes are just "\r\n"Till Maas2010-11-221-1/+1
| | | | | Red Hat Bug: https://bugzilla.redhat.com/show_bug.cgi?id=637349
* move some generic methods into FEK_helper classTill Maas2010-11-221-126/+135
| | | | | Move bodhi_update_str, wrap_paragraphs and wrap_paragraphs_prefix as static methods in the class FEK_helper to be able to debug them easier.
* Do not use str.format to make it work on CentOS 5Till Maas2010-08-081-2/+3
| | | | | CentOS 5 has only python-fedora only for python 2.4.3, but str.format is only in python 2.6.
* Move rpm line formating into its own methodTill Maas2010-08-081-1/+6
|
* introduce --critpath-onlyTill Maas2010-07-031-0/+7
| | | | With this option f-e-k only considers unapproved critpath updates.
* sort optparse optionsTill Maas2010-07-031-1/+1
|
* Consider pending updates that are going to testingTill Maas2010-05-311-0/+3
| | | | | This allows to provide feedback for rpms installed from koji before the update is pushed to the repo.
* Show age of installed rpmsTill Maas2010-05-081-1/+1
| | | | | Feature request by Matt McCutchen: https://bugzilla.redhat.com/show_bug.cgi?id=589383
* Write info messages to stderrTill Maas2010-04-081-2/+4
|
* Spelling fixes.Ville Skyttä2010-04-081-3/+3
|
* Add some progress output.Ville Skyttä2010-04-081-0/+5
|
* pylint related cleanupsTill Maas2010-04-041-77/+77
|
* Do not mark multi-build updates processed on first sight.Ville Skyttä2010-04-041-2/+1
| | | | | | Fixes giving karma for e.g. https://admin.fedoraproject.org/updates/F13/FEDORA-2010-5813 when only geronimo-jta is installed and geronimo-jms not.
* Don't create throwaway installed rpms lists.Ville Skyttä2010-04-041-1/+1
|
* Filter out updates requested somewhere earlier.Ville Skyttä2010-04-031-3/+3
|
* Trivial cleanups.Ville Skyttä2010-04-031-3/+2
|
* Introduce --list-rpms-onlyTill Maas2010-03-281-20/+23
|
* make fedora_cert optional, refactor self.optionsTill Maas2010-03-191-21/+33
| | | | | | | | | | | If fedora_cert cannot be imported, it's not used, but only os.environ["LOGNAME"]. This reduces the required dependencies a lot, because fedora-packager that contains the fedora_cert module is not available in Fedora 11 and EPEL 4, and it also requires a lot of unneeded packages for pure testers, that are not packagers. Also self.options is now used everywhere instead of a mix of options and self.options.
* do not check package repo informationTill Maas2010-03-111-6/+5
| | | | | | | | It seems not to be worth to check, whether a package was installed from updates-testing or not. This is causing trouble if this information is not available, but the package corresponds to an existing testing update. Disabling the check seems not to have a any obvious negative impact, e.g. on performance.
* already_commented: "name (group)" author supportTill Maas2010-03-101-1/+8
| | | | | | | | | | Bodhi uses "name (group)" instead of just "name" for the author field of comments if the user is in a certain group. Reported by: Bill Nottingham References: https://bugzilla.redhat.com/show_bug.cgi?id=572228 https://fedorahosted.org/bodhi/ticket/400
* 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
| | | | | raw_input with default input code snippet by Adeodato Simó: http://chistera.yi.org/~dato/blog/entries/2008/02/14/python_raw_input_with_an_editable_default_value_using_readline.html