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/20110221/002698.html | 91 +++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110221/002698.html (limited to 'zarb-ml/mageia-dev/20110221/002698.html') diff --git a/zarb-ml/mageia-dev/20110221/002698.html b/zarb-ml/mageia-dev/20110221/002698.html new file mode 100644 index 000000000..9f746b0db --- /dev/null +++ b/zarb-ml/mageia-dev/20110221/002698.html @@ -0,0 +1,91 @@ + + + + [Mageia-dev] [599] Only check deps for packages buildable on x86_64 + + + + + + + + + +

[Mageia-dev] [599] Only check deps for packages buildable on x86_64

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Mon Feb 21 08:23:42 CET 2011 +

+
+ +
On 20 February 2011 21:50,  <root at mageia.org> wrote:
+> Revision 599 Author pterjan Date 2011-02-20 21:50:18 +0100 (Sun, 20 Feb
+> 2011)
+>
+> Log Message
+>
+> Only check deps for packages buildable on x86_64
+
+Why not try the same logic and i586, then fail (which is fine
+since for now we only care about those 2 arches)?
+
+Index: lib/Youri/Submit/Check/Deps.pm
+===================================================================
+--- lib/Youri/Submit/Check/Deps.pm      (révision 600)
++++ lib/Youri/Submit/Check/Deps.pm      (copie de travail)
+@@ -68,9 +68,9 @@
+     # FIXME we need dependencies on all archs except for ExclusiveArch
+     # Unfortunately some dependencies depend on the arch were the
+src.rpm was geenrated
+     # Currently src.rpm is generated on x86_64, so we need to check on that one
+-    # If the package is not buildable on x86_64 we just don't test anything
+     my $arch = 'x86_64';
+     my @exclusivearchs = $package->get_tag("exclusivearchs");
++    $arch = 'i586' if @exclusivearchs && ! (grep {$_ eq $arch}
+@exclusivearchs);
+     return if @exclusivearchs && ! (grep {$_ eq $arch} @exclusivearchs);
+ #    foreach my $arch ($repository->get_extra_arches()) {
+         my $media = new Youri::Media::URPM(name => "core.".$arch,
+
+ + + + + + + + + + +
+

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