blob: cd1ab21375e4bd251d6095c8cfb4f553c0f5836c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20cauldron%20core/release%0A%09iurt-0.6.16-1.mga3&In-Reply-To=%3CCA%2BCX%2BbiG0n1zUVJBD3BN82bsCWN7ZDt8oBxk9eUex8EiATHnVg%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="021060.html">
<LINK REL="Next" HREF="021062.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20cauldron%20core/release%0A%09iurt-0.6.16-1.mga3&In-Reply-To=%3CCA%2BCX%2BbiG0n1zUVJBD3BN82bsCWN7ZDt8oBxk9eUex8EiATHnVg%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3">pterjan at gmail.com
</A><BR>
<I>Tue Jan 1 14:37:54 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="021060.html">[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
</A></li>
<LI>Next message: <A HREF="021062.html">[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#21061">[ date ]</a>
<a href="thread.html#21061">[ thread ]</a>
<a href="subject.html#21061">[ subject ]</a>
<a href="author.html#21061">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Tue, Jan 1, 2013 at 1:08 PM, Thierry Vignaud
<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>> wrote:
><i> On 1 January 2013 02:17, Pascal Terjan <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>> wrote:
</I>>>>><i> pterjan <pterjan> 0.6.16-1.mga3:
</I>>>>><i> + Revision: 336797
</I>>>>><i> - 0.6.16
</I>>>>><i> * fix chroot cleaning in parallel mode
</I>>>>><i> * fix for some packages missing from status file
</I>>>>><i>
</I>>>><i>
</I>>>><i> btw, 0.6.15 broke the BS on valstar with this error:
</I>>>><i>
</I>>>><i> Not a HASH reference at /usr/bin/emi line 195.
</I>>>><i>
</I>>>><i> So I rolled back to 0.6.13 that was in use before.
</I>>>><i>
</I>>>><i> Is this package safe to install ?
</I>>>><i>
</I>>><i> Probably not, I haven't touched emi (I think boklm and tv did in previoys
</I>>><i> version). I'll have a look
</I>><i>
</I>><i> You can try latest SVN
</I>
The code doesn't look correct for the old format of the config file:
The code was:
- if (ref $config->{mandatory_arch} eq 'ARRAY') {
- $mandatory_arch = $config->{mandatory_arch};
- } elsif (ref $config->{mandatory_arch}->{$target} eq 'ARRAY') {
- $mandatory_arch = $config->{mandatory_arch}->{$target};
- } elsif (ref $config->{mandatory_arch}->{default} eq 'ARRAY') {
- $mandatory_arch = $config->{mandatory_arch}->{default};
But your previous simplification only handle the second and third
case, not when mandatory_arch is an ARRAY directly.
The code should work but will consider there is no mandatory arch.
Current configuration (which is the default) is
$config->{mandatory_arch} = [ 'i586', 'x86_64' ]
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="021060.html">[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
</A></li>
<LI>Next message: <A HREF="021062.html">[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#21061">[ date ]</a>
<a href="thread.html#21061">[ thread ]</a>
<a href="subject.html#21061">[ subject ]</a>
<a href="author.html#21061">[ 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>
|