Mageia Bugzilla – Attachment 2467 Details for
Bug 2317
--update option should behave like --search-media <list of the update media>
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
urpmi-allow-update-to-search.patch
urpmi-allow-update-to-search.patch (text/plain), 430 bytes, created by
AL13N
on 2012-06-15 23:33:58 CEST
(
hide
)
Description:
urpmi-allow-update-to-search.patch
Filename:
MIME Type:
Creator:
AL13N
Created:
2012-06-15 23:33:58 CEST
Size:
430 bytes
patch
obsolete
>Index: urpm/media.pm >=================================================================== >--- urpm/media.pm (revision 4963) >+++ urpm/media.pm (working copy) >@@ -710,7 +710,7 @@ > sub parse_media { > my ($urpm, $options) = @_; > >- foreach (non_ignored_media($urpm, $options->{update})) { >+ foreach (non_ignored_media($urpm, 0)) { > delete @$_{qw(start end)}; > _parse_synthesis_or_ignore($urpm, $_, $options->{callback}); >
Index: urpm/media.pm =================================================================== --- urpm/media.pm (revision 4963) +++ urpm/media.pm (working copy) @@ -710,7 +710,7 @@ sub parse_media { my ($urpm, $options) = @_; - foreach (non_ignored_media($urpm, $options->{update})) { + foreach (non_ignored_media($urpm, 0)) { delete @$_{qw(start end)}; _parse_synthesis_or_ignore($urpm, $_, $options->{callback});
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2317
:
2432
|
2466
| 2467 |
2517
|
2524
|
2836