summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-install-debuginfo.py
Commit message (Collapse)AuthorAgeFilesLines
* better messages in abrt-action-install-debuginfo and bugzilla descriptionDenys Vlasenko2011-03-161-5/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install debuginfo: honor $ABRT_VERBOSE; add "Looking for pkgs in repos" msgDenys Vlasenko2011-03-161-7/+20
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: use fixed font for backtrace and log textviewsDenys Vlasenko2011-02-241-5/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-generate-backtrace/install-debuginfo: a bit better loggingDenys Vlasenko2011-02-231-67/+64
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo.py: use /tmp for nowDenys Vlasenko2011-02-221-1/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* correct rights on /var/run/abrt; improve new GUI a bitDenys Vlasenko2011-02-221-3/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo.py: do not truncate package names on outputDenys Vlasenko2011-02-221-6/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo: disallow overriding paths to writable dirsDenys Vlasenko2011-02-221-6/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-211-4/+7
| | | | | Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* don't try to remove the tmp dir if it's not createdJiri Moskovcak2011-01-251-3/+3
| | | | | - if no package is found the tmp dir is not created, but we tried to remove it anyway which failed
* new debuginfo install script rewritten in pythonJiri Moskovcak2010-11-291-0/+472
- using python alows us to use the yum API, so we can read the progress, file sizes, requires disk space, etc.. and seems to be faster the using yum --whatprovides + yumdownloader - it's easier to translate - we can drop dependency on yum-utils