blob: 3d6c5a15c01a3a41d4cd1110e10add75df0373ba (
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
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] buildsystem => maintainers db link test
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20buildsystem%20%3D%3E%20maintainers%20db%20link%20test&In-Reply-To=%3CAANLkTikM4X5Fr_qmcZ9-4tPXWwD_%2BDXc8jsd6862fQqQ%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="003530.html">
<LINK REL="Next" HREF="003523.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] buildsystem => maintainers db link test</H1>
<B>Romain d'Alverny</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20buildsystem%20%3D%3E%20maintainers%20db%20link%20test&In-Reply-To=%3CAANLkTikM4X5Fr_qmcZ9-4tPXWwD_%2BDXc8jsd6862fQqQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] buildsystem => maintainers db link test">rdalverny at gmail.com
</A><BR>
<I>Wed Mar 23 17:39:25 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003530.html">[Mageia-dev] building a dashboard for the whole build chain
</A></li>
<LI>Next message: <A HREF="003523.html">[Mageia-dev] buildsystem => maintainers db link test
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3522">[ date ]</a>
<a href="thread.html#3522">[ thread ]</a>
<a href="subject.html#3522">[ subject ]</a>
<a href="author.html#3522">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi there,
maintdb is making some progress and we could test it already with the
buildsystem to push it some data.
Here is how it works so far:
* a package P gets submitted by ennael;
* buildsystem builds it;
* buildsystem POSTs (P, ennael) to maintdb;
* maintdb keeps a record of that;
* as a default, ennael (first person to push the package) is the
official maintainer of the package; later people pushing the same
package would be co-maintainer;
* we will implement in maintdb a method to manually change that
(assigning maintainance to someone specific);
* we can envision maintdb to keep stats of submissions as well.
Maintdb dev instance is here: <A HREF="http://www.maintdb2.mageia.org.uk/">http://www.maintdb2.mageia.org.uk/</A>
(see current spec on
<A HREF="http://mageia.org/wiki/doku.php?id=web:maintdb#specs_actions">http://mageia.org/wiki/doku.php?id=web:maintdb#specs_actions</A> )
Misc righly pointed out that:
* someone triggering a massive rebuild may not want to be seen as a
maintainer of packages uploaded by this; several possible solutions:
- first uploader is set as the maintainer by default;
- this will be manually editable from the maintdb app anyway;
- would a specific flag be raised in the buildsystem (or a package)
when such a massive rebuild is triggered?
- instead of strict associations, we can associate maintainership
by frequency of uploads/activity on a given package (unless massive
rebuilds are triggered more often by a single packager than "regular"
package uploads by the actual maintainer)
* submissions stats publishing may require your validation (and
actually, for that specifically and future topics, we'll need to see
how we can publish contributors activity stats through our platform -
as a de-facto feature or as a preference, per contributor).
Anyway, in all that, we need your input.
Thanks!
Romain
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003530.html">[Mageia-dev] building a dashboard for the whole build chain
</A></li>
<LI>Next message: <A HREF="003523.html">[Mageia-dev] buildsystem => maintainers db link test
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3522">[ date ]</a>
<a href="thread.html#3522">[ thread ]</a>
<a href="subject.html#3522">[ subject ]</a>
<a href="author.html#3522">[ 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>
|