diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20110915/9f48b38f | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110915/9f48b38f')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment-0001.obj | 14 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment-0001.obj new file mode 100644 index 000000000..4d04d94be --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment-0001.obj @@ -0,0 +1,14 @@ +(selectInstallClass) just remove every package before reinstalling them when upgrading mandriva + +diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm +index a1376cf..5e5b523 100644 +--- a/perl-install/install/steps_interactive.pm ++++ b/perl-install/install/steps_interactive.pm +@@ -178,6 +178,7 @@ sub selectInstallClass { + $o->{upgrade_by_removing_pkgs_matching} ||= { + conectiva => 'cl', + redhat => '.', #- everything! ++ mandriva => '.', #- everything! + }->{$o->{isUpgrade}}; + log::l("upgrading $o->{isUpgrade} distribution" . ($o->{upgrade_by_removing_pkgs_matching} ? " (upgrade_by_removing_pkgs_matching $o->{upgrade_by_removing_pkgs_matching})" : '')); + }
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj b/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj new file mode 100644 index 000000000..4d04d94be --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj @@ -0,0 +1,14 @@ +(selectInstallClass) just remove every package before reinstalling them when upgrading mandriva + +diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm +index a1376cf..5e5b523 100644 +--- a/perl-install/install/steps_interactive.pm ++++ b/perl-install/install/steps_interactive.pm +@@ -178,6 +178,7 @@ sub selectInstallClass { + $o->{upgrade_by_removing_pkgs_matching} ||= { + conectiva => 'cl', + redhat => '.', #- everything! ++ mandriva => '.', #- everything! + }->{$o->{isUpgrade}}; + log::l("upgrading $o->{isUpgrade} distribution" . ($o->{upgrade_by_removing_pkgs_matching} ? " (upgrade_by_removing_pkgs_matching $o->{upgrade_by_removing_pkgs_matching})" : '')); + }
\ No newline at end of file |