[ABRT PATCH] rewrite shell script for moving vmcores into python closes #676

2013-08-07 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/hooks/Makefile.am | 4 +- src/hooks/abrt-harvest-vmcore.in| 82 - src/hooks/abrt_harvest_vmcore.py.in | 174 3 files changed, 176 insertions(+), 84 deletions(-) delete

[ABRT PATCH] rewrite shell script for moving vmcores into python closes #676

2013-08-07 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/hooks/Makefile.am | 4 +- src/hooks/abrt-harvest-vmcore.in| 82 - src/hooks/abrt_harvest_vmcore.py.in | 174 3 files changed, 176 insertions(+), 84 deletions(-) delete

[ABRT PATCH v2] rewrite shell script for moving vmcores into python closes #676

2013-08-07 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/hooks/Makefile.am | 4 +- src/hooks/abrt-harvest-vmcore.in| 82 - src/hooks/abrt_harvest_vmcore.py.in | 174 3 files changed, 176 insertions(+), 84 deletions(-) delete

[ABRT PATCH v3] rewrite shell script for moving vmcores into python closes #676

2013-08-08 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/hooks/Makefile.am | 4 +- src/hooks/abrt-harvest-vmcore.in| 82 src/hooks/abrt_harvest_vmcore.py.in | 181 3 files changed, 183 insertions(+), 84 deletions(-) delete

[ABRT PATCH] testsuite: added test for abrt-harvest-vmcore

2013-08-08 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- tests/runtests/aux/test_order | 1 + tests/runtests/aux/test_order.rhel7 | 1 + tests/runtests/kernel-vmcore-harvest/PURPOSE| 3 ++ tests/runtests/kernel-vmcore-harvest/runtest.sh | 61

[LIBREPORT ABRT] added checks for locked dump directory to dd_* functions, closes #133

2013-08-20 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/lib/dump_dir.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/lib/dump_dir.c b/src/lib/dump_dir.c index c1037b3..c3f5c57 100644 --- a/src/lib/dump_dir.c +++ b/src/lib/dump_dir.c @@ -811,6 +811,12 @@ static int

[LIBREPORT PATCHv2] added checks for locked dump directory to dd_* functions, closes #133

2013-08-22 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/lib/dump_dir.c | 12 1 file changed, 12 insertions(+) diff --git a/src/lib/dump_dir.c b/src/lib/dump_dir.c index 31adedf..4bb23ba 100644 --- a/src/lib/dump_dir.c +++ b/src/lib/dump_dir.c @@ -832,6 +832,12 @@ static int

[ABRT PATCH] adds a kdump.conf parser to get the correct dump dir location, closes #640

2013-08-26 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/hooks/abrt_harvest_vmcore.py.in | 93 + 1 file changed, 83 insertions(+), 10 deletions(-) diff --git a/src/hooks/abrt_harvest_vmcore.py.in b/src/hooks/abrt_harvest_vmcore.py.in index 22dad07..4f2e1d0 100644

[LIBREPORT PATCH] print warning when there is not engough free space for debuginfos, closes #170

2013-08-28 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/client-python/debuginfo.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/src/client-python/debuginfo.py b/src/client-python/debuginfo.py index 035d697..68fe6e0 100644 --- a/src/client-python/debuginfo.py +++ b/src

[LIBREPORT PATCH] fixed debugInfoDownload so that it can process local repos - closes #48

2013-08-29 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/client-python/debuginfo.py | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/client-python/debuginfo.py b/src/client-python/debuginfo.py index 035d697..146d2b1 100644 --- a/src/client-python

[LIBREPORT PATCH] debuginfo code cleanup, closes #171

2013-08-29 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/client-python/debuginfo.py | 549 +++-- 1 file changed, 361 insertions(+), 188 deletions(-) diff --git a/src/client-python/debuginfo.py b/src/client-python/debuginfo.py index 07e54c2..779c25c 100644 --- a/src

[LIBREPORT PATCH] can now use custom repo filters for enabling repos, related abrt/abrt#688

2013-09-02 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/client-python/debuginfo.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/client-python/debuginfo.py b/src/client-python/debuginfo.py index 07e54c2..86fd8da 100644 --- a/src/client-python/debuginfo.py +++ b/src

[ABRT PATCH] add repo_pattern argument as a custom repository filter - closes #688

2013-09-02 Thread Petr Kubat
Depends on fix noninteractive mode in debuginfo installer patch Signed-off-by: Petr Kubat pku...@redhat.com --- src/plugins/abrt-action-install-debuginfo.in | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/plugins/abrt-action-install-debuginfo.in b/src/plugins

[ABRT PATCH] testsuite: add test for debuginfo installer

2013-09-03 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- tests/runtests/aux/test_order | 1 + tests/runtests/aux/test_order.rhel7| 1 + tests/runtests/debuginfo-install/PURPOSE | 3 ++ ...3b3996e68718becf1062d8ae5a94-primary.sqlite.bz2 | Bin 0 - 1763

[LIBREPORT PATCH 2/2 v2] add docstrings, remove global variable - related #171

2013-09-03 Thread Petr Kubat
please disregard previous version of the patch clean_up function has to stay global because of install-debuginfo in abrt Signed-off-by: Petr Kubat pku...@redhat.com --- src/client-python/debuginfo.py | 167 ++--- 1 file changed, 138 insertions(+), 29 deletions

[LIBREPORT PATCH v2] can now use custom repo filters for enabling repos, related abrt/abrt#688

2013-09-03 Thread Petr Kubat
fixed default repository search pattern this patch now also depends on previous patches [LIBREPORT PATCH 1/2] fixed exception handling - closes #173 and [LIBREPORT PATCH 2/2 v2] add docstrings, remove global variable - related #171 Signed-off-by: Petr Kubat pku...@redhat.com --- src/client

[LIBREPORT PATCH] add checks for existing dumpdir items - closes #164

2013-09-04 Thread Petr Kubat
also seems to fix some trailing spaces I left in the code Signed-off-by: Petr Kubat pku...@redhat.com --- src/lib/dump_dir.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/lib/dump_dir.c b/src/lib/dump_dir.c index 4bb23ba..04718b5 100644 --- a/src/lib

[ABRT PATCH] add environment variable whitelist to debuginfo install wrapper - closes 692

2013-09-10 Thread Petr Kubat
The install-debuginfo C wrapper which is run by a non-root user clears the whole environment. However, since the installer asks for user input by the use of an environment variable, we have to create a whitelist of variables to keep when doing the environment purge. Signed-off-by: Petr Kubat pku

[ABRT PATCH v2] fix debuginfo installer expecting user input from a pipe - closes #696

2013-09-11 Thread Petr Kubat
readable for others. Signed-off-by: Petr Kubat pku...@redhat.com --- src/plugins/abrt-action-analyze-ccpp-local | 5 +++-- src/plugins/abrt-action-analyze-core | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/plugins/abrt-action-analyze-ccpp-local b/src/plugins

[ABRT PATCH] add prefix from configure to the path of debuginfo installer - closes #701

2013-09-12 Thread Petr Kubat
Signed-off-by: Petr Kubat pku...@redhat.com --- src/plugins/Makefile.am | 1 + src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c | 13 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/plugins/Makefile.am b/src/plugins

Re: [ABRT PATCH] add prefix from configure to the path of debuginfo installer - closes #701

2013-09-12 Thread Petr Kubat
Please disregard this patch, will post a fixed version tomorrow. - Original Message - From: Petr Kubat pku...@redhat.com To: crash-catcher@lists.fedorahosted.org Cc: Petr Kubat pku...@redhat.com Sent: Thursday, September 12, 2013 2:29:58 PM Subject: [ABRT PATCH] add prefix from configure

[ABRT PATCH] add prefix from configure to the path of debuginfo installer - closes #701

2013-09-13 Thread Petr Kubat
Also adds the same prefix to analyze-ccpp-local. Signed-off-by: Petr Kubat pku...@redhat.com --- src/plugins/Makefile.am| 9 - src/plugins/abrt-action-analyze-ccpp-local | 47 -- src/plugins/abrt-action-analyze-ccpp-local.in | 47

Re: [GNOME-ABRT PATCH 1/3] Do not crash on None in signal handler

2013-09-13 Thread Petr Kubat
Pushed all 3. Thanks On 13/09/13 11:04, Jakub Filak wrote: Closes rhbz#1005472 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/gnome_abrt/views.py | 9 + 1 file changed, 9 insertions(+) diff --git a/src/gnome_abrt/views.py b/src/gnome_abrt/views.py index 1d7ddb9..dfea616