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-September/018500.html | 91 +++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-September/018500.html (limited to 'zarb-ml/mageia-dev/2012-September/018500.html') diff --git a/zarb-ml/mageia-dev/2012-September/018500.html b/zarb-ml/mageia-dev/2012-September/018500.html new file mode 100644 index 000000000..e25d36db4 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018500.html @@ -0,0 +1,91 @@ + + + + [Mageia-dev] [soft-commits] [5686] For non-local media, iurt is suppressing the urpmi. cfg file while creating + + + + + + + + + +

[Mageia-dev] [soft-commits] [5686] For non-local media, iurt is suppressing the urpmi. cfg file while creating

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Thu Sep 6 10:19:34 CEST 2012 +

+
+ +
'Twas brillig, and Thierry Vignaud at 06/09/12 09:08 did gyre and gimble:
+> +++ b/lib/Iurt/Chroot.pm
+> @@ -300,23 +300,11 @@ sub check_chroot_need_update {
+>  
+>  sub create_build_chroot {
+>      my ($chroot, $chroot_ref, $run, $config) = @_;
+> -    my $ret = 0;
+>      if ($run->{storage} eq 'btrfs') {
+> -        $ret = create_build_chroot_btrfs($chroot, $chroot_ref, $run, $config);
+> +        return create_build_chroot_btrfs($chroot, $chroot_ref, $run, $config);
+>      } else {
+> -        $ret = create_build_chroot_tar($chroot, $chroot_ref, $run, $config);
+> +        return create_build_chroot_tar($chroot, $chroot_ref, $run, $config);
+>      }
+
+
+Not sure if it fits your own coding style, but I would leave the "else"
+out here as it's redundant.
+
+Col
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + + + +
+

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