summaryrefslogtreecommitdiffstats
path: root/bugzilla_set_status.py
Commit message (Collapse)AuthorAgeFilesLines
* Update bugzilla webservice docs LinkTill Maas2011-07-191-1/+1
|
* rename summary to short_descTill Maas2010-12-251-1/+1
| | | | | | | Using summary as bug field creates an AttributeError on Fedora 14: File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 1206, in __getattr__ raise AttributeError, "field %s not in bugzilla.bugfields" % name AttributeError: field summary not in bugzilla.bugfields
* Update manual bug cleanup scriptTill Maas2010-12-251-4/+19
| | | | | | Add recently used code to reset bugs to NEW and mark them as Triaged to follow the current BugZappers bug status workflow: https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow
* bugzilla_set_status.py: add summary update methodTill Maas2009-07-181-0/+5
|
* check for all bugs and support reporting in shellTill Maas2009-07-181-0/+83