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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] cauldron state, and dependencies handling
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20cauldron%20state%2C%20and%20dependencies%20handling&In-Reply-To=%3C50B66FDC.1010209%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="020391.html">
<LINK REL="Next" HREF="020393.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] cauldron state, and dependencies handling</H1>
<B>Thomas Backlund</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20cauldron%20state%2C%20and%20dependencies%20handling&In-Reply-To=%3C50B66FDC.1010209%40mageia.org%3E"
TITLE="[Mageia-dev] cauldron state, and dependencies handling">tmb at mageia.org
</A><BR>
<I>Wed Nov 28 21:11:08 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="020391.html">[Mageia-dev] cauldron state, and dependencies handling
</A></li>
<LI>Next message: <A HREF="020393.html">[Mageia-dev] cauldron state, and dependencies handling
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20392">[ date ]</a>
<a href="thread.html#20392">[ thread ]</a>
<a href="subject.html#20392">[ subject ]</a>
<a href="author.html#20392">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Florent Monnier skrev 28.11.2012 21:59:
><i>
</I>><i> So it should have been:
</I>><i> - rebuild for new xmlm
</I>><i>
</I>><i>
</I>
Yep.
><i> I do have a question related to this issue:
</I>><i>
</I>><i> Should ocaml libs in Cauldron be maintained usable?
</I>><i>
</I>
Yep.
we want cauldron to stay in as good condition as possible,
to catch bugs early...
><i> For example if I've rebuild xmlm 3 months ago, there is nothing to
</I>><i> change in xtmpl, so currently I just wait before Mageia's release to
</I>><i> rebuild all that needs to be.
</I>><i>
</I>><i> That means that during these 3 months, xtmpls didn't worked in Cauldron.
</I>><i> Is that bad?
</I>><i>
</I>
Yes, thats bad. It should be as usable as possible all the time to catch
bugs early. and we have a BS that is capable of handling the load
><i> =========
</I>><i>
</I>><i> In case that's bad, I'm wondering how I should handle this.
</I>><i> - I can just icrem the mkrel of all ocaml libs.
</I>><i> (I can write the script to do this in 5 minutes.)
</I>><i>
</I>
That's normally what happends when deps are updated (for example several
libs has this effect)
The dependent packages should be rebuilt as soon as possible to keep
the breakage minimal. It will then be easier for other needing to
use / rely on the packages....
><i> - I can create a dependency graph, so when I rebuilt xmlm 3 months
</I>><i> ago, I can use the dependcy graph to know the exhaustive list of
</I>><i> dependents that also need to be rebuild.
</I>><i> (I can write the script to do this in maybe 1 evening)
</I>><i>
</I>
--
Thomas
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="020391.html">[Mageia-dev] cauldron state, and dependencies handling
</A></li>
<LI>Next message: <A HREF="020393.html">[Mageia-dev] cauldron state, and dependencies handling
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20392">[ date ]</a>
<a href="thread.html#20392">[ thread ]</a>
<a href="subject.html#20392">[ subject ]</a>
<a href="author.html#20392">[ 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>
|