From 423594bdbf24abaf05c3991e29f7003a6c4c4a93 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 10:42:10 +0000 Subject: (warn_about_media) do not display any banner when embedded while updating media ; no reason to act differently from non-embedded case ; what's more banner is truncated (#43815) --- NEWS | 2 ++ Rpmdrake/pkg.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f901421a..362efe4b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ - do display conflicting packages instead of silently removing them (needs urpmi 6.11) (#43501) +- do not display any (truncated) banner when embedded while updating + media (like non-embedded case) (#43815) Version 4.18.2 - 10 September 2008, Thierry Vignaud diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 06299a94..eacfbfa5 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -238,7 +238,7 @@ Is it ok to continue?"), yesno => 1, )) or myexit(-1); writeconf(); urpm::media::select_media($urpm, map { $_->{name} } @update_medias); - update_sources($urpm, noclean => 1, banner => $::isEmbedded); + update_sources($urpm, noclean => 1); } } else { if (any { $_->{update} } @{$urpm->{media}}) { -- cgit v1.2.1