Mageia Bugzilla – Attachment 3220 Details for
Bug 7959
in the update step, add all media instead of only the updates one
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
add all media
7959.diff (text/plain), 739 bytes, created by
Thierry Vignaud
on 2012-12-10 03:04:43 CET
(
hide
)
Description:
add all media
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-12-10 03:04:43 CET
Size:
739 bytes
patch
obsolete
>diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm >index 142b876..a0f2d20 100644 >--- a/perl-install/install/steps_interactive.pm >+++ b/perl-install/install/steps_interactive.pm >@@ -783,7 +783,7 @@ Do you want to install the updates?")), > if (any::urpmi_add_all_media($o, $o->{previous_release})) { > my $binary = find { whereis_binary($_, $::prefix) } 'gurpmi2', 'urpmi' or return; > my $log_file = '/root/drakx/updates.log'; >- run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select', '--update'); >+ run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select'); > } > install::pkgs::clean_rpmdb_shared_regions(); >
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 142b876..a0f2d20 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -783,7 +783,7 @@ Do you want to install the updates?")), if (any::urpmi_add_all_media($o, $o->{previous_release})) { my $binary = find { whereis_binary($_, $::prefix) } 'gurpmi2', 'urpmi' or return; my $log_file = '/root/drakx/updates.log'; - run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select', '--update'); + run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select'); } install::pkgs::clean_rpmdb_shared_regions();
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7959
: 3220