diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-08 15:01:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-08 15:01:06 +0000 |
commit | 3626b972988b311a344cf423ae930bbd0ebb8450 (patch) | |
tree | 32735d5bcd56a6f59c430d311b5c04404fedc8a2 /perl-install/install_steps_interactive.pm | |
parent | 8445fc318c303d5f1d82751019dadde7f488feaa (diff) | |
download | drakx-3626b972988b311a344cf423ae930bbd0ebb8450.tar drakx-3626b972988b311a344cf423ae930bbd0ebb8450.tar.gz drakx-3626b972988b311a344cf423ae930bbd0ebb8450.tar.bz2 drakx-3626b972988b311a344cf423ae930bbd0ebb8450.tar.xz drakx-3626b972988b311a344cf423ae930bbd0ebb8450.zip |
don't warnAboutNaughtyServers when upgrading
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index b431c1bf4..c5ac4cb31 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -420,7 +420,7 @@ sub choosePackages { $o->choosePackagesTree($packages) or goto chooseGroups if $individual; install_any::warnAboutRemovedPackages($o, $o->{packages}); - install_any::warnAboutNaughtyServers($o) or goto chooseGroups; + install_any::warnAboutNaughtyServers($o) or goto chooseGroups if !$o->{isUpgrade}; } sub choosePackagesTree { |