[ABRT PATCH] fix noninteractive mode in debuginfo installer - rhbz#737066

Jiri Moskovcak jmoskovc at redhat.com
Tue Sep 3 10:24:32 UTC 2013


- pushed, thanks

On 09/02/2013 01:39 PM, Petr Kubat wrote:
> Signed-off-by: Petr Kubat <pkubat at redhat.com>
> ---
>   src/plugins/abrt-action-install-debuginfo.in | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/plugins/abrt-action-install-debuginfo.in b/src/plugins/abrt-action-install-debuginfo.in
> index 4ecb58c..2e90a41 100644
> --- a/src/plugins/abrt-action-install-debuginfo.in
> +++ b/src/plugins/abrt-action-install-debuginfo.in
> @@ -206,7 +206,8 @@ if __name__ == "__main__":
>           print _("Coredump references {0} debuginfo files, {1} of them are not installed").format(len(b_ids), len(missing))
>
>           # TODO: should we pass keep_rpms=keeprpms to DebugInfoDownload here??
> -        downloader = DebugInfoDownload(cache=cachedirs[0], tmp=tmpdir)
> +        downloader = DebugInfoDownload(cache=cachedirs[0], tmp=tmpdir,
> +                                       noninteractive=noninteractive)
>           try:
>               result = downloader.download(missing, download_exact_files=exact_fls)
>           except Exception, ex:
>



More information about the Crash-catcher mailing list