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/20110221/002698.html | |
| 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/20110221/002698.html')
| -rw-r--r-- | zarb-ml/mageia-dev/20110221/002698.html | 91 |
1 files changed, 91 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [599] Only check deps for packages buildable on x86_64 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B599%5D%20Only%20check%20deps%20for%20packages%20buildable%20on%0A%09x86_64&In-Reply-To=%3CAANLkTi%3DNBrvk_%2Be7Xuc4Uqs_oCTfvBTmBzzqbBfY6EoM%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002697.html"> + <LINK REL="Next" HREF="002707.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [599] Only check deps for packages buildable on x86_64</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B599%5D%20Only%20check%20deps%20for%20packages%20buildable%20on%0A%09x86_64&In-Reply-To=%3CAANLkTi%3DNBrvk_%2Be7Xuc4Uqs_oCTfvBTmBzzqbBfY6EoM%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [599] Only check deps for packages buildable on x86_64">thierry.vignaud at gmail.com + </A><BR> + <I>Mon Feb 21 08:23:42 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002697.html">[Mageia-dev] Text (log) attachment to bugzilla +</A></li> + <LI>Next message: <A HREF="002707.html">[Mageia-dev] [599] Only check deps for packages buildable on x86_64 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2698">[ date ]</a> + <a href="thread.html#2698">[ thread ]</a> + <a href="subject.html#2698">[ subject ]</a> + <a href="author.html#2698">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 20 February 2011 21:50, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +><i> Revision 599 Author pterjan Date 2011-02-20 21:50:18 +0100 (Sun, 20 Feb +</I>><i> 2011) +</I>><i> +</I>><i> Log Message +</I>><i> +</I>><i> Only check deps for packages buildable on x86_64 +</I> +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, +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002697.html">[Mageia-dev] Text (log) attachment to bugzilla +</A></li> + <LI>Next message: <A HREF="002707.html">[Mageia-dev] [599] Only check deps for packages buildable on x86_64 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2698">[ date ]</a> + <a href="thread.html#2698">[ thread ]</a> + <a href="subject.html#2698">[ subject ]</a> + <a href="author.html#2698">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |
