From db4522aae1090a8466bafff57917ddeba970fe05 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Oct 2008 09:53:35 +0000 Subject: (fork_gurpmi) do not run with --expect-install (no remaining packages to install is same as success for us) --- NEWS | 2 -- mdkapplet | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 75d0c0c7..8eb32fa2 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,6 @@ Version 2.51 - 6 October 2008 - mdkapplet o display a success or an error message at end of installation - o run gurpmi with --expect-install option (make sure we know if - there was a failure) o run gurpmi with --replacefiles option (so that temporary file conflicts doesn't break upgrade due to missing conflict tags) diff --git a/mdkapplet b/mdkapplet index 780e3cf8..471640bc 100755 --- a/mdkapplet +++ b/mdkapplet @@ -440,7 +440,7 @@ sub upgrade() { } sub fork_gurpmi { - $mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select', '--expect-install', + $mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select', if_($root, "--urpmi-root=$root"), @_); } -- cgit v1.2.1