summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-bugzilla.c
Commit message (Collapse)AuthorAgeFilesLines
* abrt-action-bugzilla: fold make_description_comment into its only callsiteDenys Vlasenko2011-05-241-15/+13
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename "global_uuid" element to "duphash"Denys Vlasenko2011-05-231-0/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* typo fixDenys Vlasenko2011-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-bugzilla: better help/manpage. Closes bz#557943Denys Vlasenko2011-05-191-1/+20
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* reenable kernel taintNikola Pajkovsky2011-05-191-63/+0
| | | | | | | | abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406Denys Vlasenko2011-05-171-9/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* suppress mails for cc and attachmentsNikola Pajkovsky2011-05-161-5/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.cNikola Pajkovsky2011-05-121-0/+340
no code change Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>