Mageia Bugzilla – Attachment 472 Details for
Bug 1153
Import mdkonline and adapt for easy upgrades / updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
untested patch to disable the powerpack dialog
fix_powerpack_dialog.diff (text/plain), 724 bytes, created by
Michael Scherer
on 2011-05-26 13:55:25 CEST
(
hide
)
Description:
untested patch to disable the powerpack dialog
Filename:
MIME Type:
Creator:
Michael Scherer
Created:
2011-05-26 13:55:25 CEST
Size:
724 bytes
patch
obsolete
>Index: mgaapplet-upgrade-helper >=================================================================== >--- mgaapplet-upgrade-helper >+++ mgaapplet-upgrade-helper 2011-05-26 13:52:48.812809024 +0200 >@@ -276,7 +276,9 @@ > log::explanations( > "checking if restricted (powerpack) media is to be addded"); > # add_pwp_auth != undef, means user asked for pwp with good credentials >- my $add_pwp_auth = try_to_add_powerpack_media(); >+ # disabled for mageia, should be cleaned >+ #my $add_pwp_auth = try_to_add_powerpack_media(); >+ my $add_pwp_auth; > > log::explanations("removing all existing urpmi media for upgrade"); > run_program::run('urpmi.removemedia', if_($root, '--urpmi-root', $root), '-a');
Index: mgaapplet-upgrade-helper =================================================================== --- mgaapplet-upgrade-helper +++ mgaapplet-upgrade-helper 2011-05-26 13:52:48.812809024 +0200 @@ -276,7 +276,9 @@ log::explanations( "checking if restricted (powerpack) media is to be addded"); # add_pwp_auth != undef, means user asked for pwp with good credentials - my $add_pwp_auth = try_to_add_powerpack_media(); + # disabled for mageia, should be cleaned + #my $add_pwp_auth = try_to_add_powerpack_media(); + my $add_pwp_auth; log::explanations("removing all existing urpmi media for upgrade"); run_program::run('urpmi.removemedia', if_($root, '--urpmi-root', $root), '-a');
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1153
:
459
| 472