From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-May/015685.html | 99 +++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-May/015685.html (limited to 'zarb-ml/mageia-dev/2012-May/015685.html') diff --git a/zarb-ml/mageia-dev/2012-May/015685.html b/zarb-ml/mageia-dev/2012-May/015685.html new file mode 100644 index 000000000..7e0281851 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-May/015685.html @@ -0,0 +1,99 @@ + + + + [Mageia-dev] [soft-commits] [4522] - fix updates installation. + + + + + + + + + +

[Mageia-dev] [soft-commits] [4522] - fix updates installation.

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Tue May 15 19:33:31 CEST 2012 +

+
+ +
On 15 May 2012 17:52, Thierry Vignaud <thierry.vignaud at gmail.com> wrote:
+>> - fix updates installation. installUpdates was relying on
+>> urpmi_add_all_media
+>>   return value different than 0, which was always 0 due to the 'undef $wait'
+>>   line
+>
+> This is bogus:
+> - if we don't have rpmdrake installed
+> - if we're in the text mode install.
+>
+> What you wanted was probably this:
+>
+>    my $val = run_program::rooted($::prefix, $binary, '>>', $log_file,
+> '2>>', $log_file, @options);
+>    undef $wait;
+>    $val;
+> }
+>
+> Also your description in NEWS is ... undescriptive
+> "fix detecting if adding update media succeeded" would have been better
+
+Also, again perl-install/NEWS is for drakxtools and install/NEWS is for drakx
+installer.
+You changed code only used by the installer, hence it should have been
+in install/NEWS not NEWS
+
+ + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1