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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Packaging for Mageia
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packaging%20for%20Mageia&In-Reply-To=%3C20110121151559.GE14883%40mongueurs.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002293.html">
<LINK REL="Next" HREF="002298.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Packaging for Mageia</H1>
<B>Jerome Quelin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packaging%20for%20Mageia&In-Reply-To=%3C20110121151559.GE14883%40mongueurs.net%3E"
TITLE="[Mageia-dev] Packaging for Mageia">jquelin at gmail.com
</A><BR>
<I>Fri Jan 21 16:15:59 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002293.html">[Mageia-dev] Packaging for Mageia
</A></li>
<LI>Next message: <A HREF="002298.html">[Mageia-dev] Packaging for Mageia
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2295">[ date ]</a>
<a href="thread.html#2295">[ thread ]</a>
<a href="subject.html#2295">[ subject ]</a>
<a href="author.html#2295">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 11/01/21 16:03 +0100, Michael scherer wrote:
><i> > i guess this'll be mitigated when:
</I>><i> > a) more build nodes will be added to bs
</I>><i>
</I>><i> Well, we do have a limited rack space at lost oasis so we cannot
</I>><i> add much server for the moment, and for now, I think we are planning
</I>><i> others stuff with potential server ( and as people will ask it, no, we still do not
</I>><i> plan to let people run a buildnode if the sysadmin team is not the only group
</I>><i> of people to access to it as admin for security reason ).
</I>
uh? you mean mageia will run with 1 bs node of each type, and that's it?
><i> > b) bs will be updated to allow priorities, queue per submitter, etc.
</I>><i> > (and i want a pony too)
</I>><i>
</I>><i> We do not have it ( except the pony ), but how should we be distribute build
</I>><i> in a fair fashion ? I fear that having this would lead to some frustration ( while
</I>><i> first in, first out is IMHO easy to understand and quite fair most of the time ).
</I>
i don't know. stéphane télétchea wrote on cooker@ about a scheduler he's
using in his job with lots of fancy features. i guess he'll be able to
describe them in more details, and why we would want them.
note to packagers: it's now very easy to throttle in an adaptive way
(thanks to pascal terjean). just add the following before submitting a
package:
sleep $( HEAD <A HREF="http://pkgsubmit.mageia.org/">http://pkgsubmit.mageia.org/</A> | perl -nE '/X-BS-Throttle: (\d+)/ && print $1' )
jérôme
--
<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jquelin at gmail.com</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002293.html">[Mageia-dev] Packaging for Mageia
</A></li>
<LI>Next message: <A HREF="002298.html">[Mageia-dev] Packaging for Mageia
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2295">[ date ]</a>
<a href="thread.html#2295">[ thread ]</a>
<a href="subject.html#2295">[ subject ]</a>
<a href="author.html#2295">[ 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>
|