Mageia Bugzilla – Attachment 3091 Details for
Bug 7106
# pkcon repo-list doesn't work because integration between packagekit and urpmi wasn't done
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix inverted status
0002-get_repo_list-fix-displaying-inverted-status.patch (text/plain), 952 bytes, created by
Thierry Vignaud
on 2012-11-13 17:52:16 CET
(
hide
)
Description:
fix inverted status
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-11-13 17:52:16 CET
Size:
952 bytes
patch
obsolete
>From c81fbf7fe100b0e3aeeaa6c700e51c9f4681ff8c Mon Sep 17 00:00:00 2001 >From: tv <thierry.vignaud@gmail.com> >Date: Tue, 13 Nov 2012 17:37:31 +0100 >Subject: [PATCH 2/2] (get_repo_list) fix displaying inverted status > >it was broken since introduced on October 12 2009 >--- > backends/urpmi/helpers/urpmi-dispatched-backend.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/backends/urpmi/helpers/urpmi-dispatched-backend.pl b/backends/urpmi/helpers/urpmi-dispatched-backend.pl >index 7c0f72b..7e97f85 100755 >--- a/backends/urpmi/helpers/urpmi-dispatched-backend.pl >+++ b/backends/urpmi/helpers/urpmi-dispatched-backend.pl >@@ -259,7 +259,7 @@ sub get_packages { > sub get_repo_list { > my ($urpm) = @_; > foreach my $media (@{$urpm->{media}}) { >- pk_print_repo_details($media->{name}, $media->{name}, $media->{ignore}); >+ pk_print_repo_details($media->{name}, $media->{name}, !$media->{ignore}); > } > _finished(); > } >-- >1.8.0 >
From c81fbf7fe100b0e3aeeaa6c700e51c9f4681ff8c Mon Sep 17 00:00:00 2001 From: tv <thierry.vignaud@gmail.com> Date: Tue, 13 Nov 2012 17:37:31 +0100 Subject: [PATCH 2/2] (get_repo_list) fix displaying inverted status it was broken since introduced on October 12 2009 --- backends/urpmi/helpers/urpmi-dispatched-backend.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/urpmi/helpers/urpmi-dispatched-backend.pl b/backends/urpmi/helpers/urpmi-dispatched-backend.pl index 7c0f72b..7e97f85 100755 --- a/backends/urpmi/helpers/urpmi-dispatched-backend.pl +++ b/backends/urpmi/helpers/urpmi-dispatched-backend.pl @@ -259,7 +259,7 @@ sub get_packages { sub get_repo_list { my ($urpm) = @_; foreach my $media (@{$urpm->{media}}) { - pk_print_repo_details($media->{name}, $media->{name}, $media->{ignore}); + pk_print_repo_details($media->{name}, $media->{name}, !$media->{ignore}); } _finished(); } -- 1.8.0
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7106
:
3088
|
3090
| 3091