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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Toys&Tools for Mageia Infrastructure
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Toys%26Tools%20for%20Mageia%20Infrastructure&In-Reply-To=%3C4F0339C0.4030902%40gmx.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004133.html">
<LINK REL="Next" HREF="004137.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Toys&Tools for Mageia Infrastructure</H1>
<B>Kamil Rytarowski</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Toys%26Tools%20for%20Mageia%20Infrastructure&In-Reply-To=%3C4F0339C0.4030902%40gmx.com%3E"
TITLE="[Mageia-sysadm] Toys&Tools for Mageia Infrastructure">n54 at gmx.com
</A><BR>
<I>Tue Jan 3 18:24:16 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="004133.html">[Mageia-sysadm] Toys&Tools for Mageia Infrastructure
</A></li>
<LI>Next message: <A HREF="004137.html">[Mageia-sysadm] Temporary wiki gone
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4134">[ date ]</a>
<a href="thread.html#4134">[ thread ]</a>
<a href="subject.html#4134">[ subject ]</a>
<a href="author.html#4134">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>W dniu 03.01.2012 12:49, Buchan Milne pisze:
><i> On Friday, 16 December 2011 03:20:42 Kamil Rytarowski wrote:
</I>>><i> Hello!
</I>>><i>
</I>>><i> As we all know more important for a Linux distribution than packaging
</I>>><i> itself is the infrastructure.
</I>>><i>
</I>>><i> I'd like to contribute doing some toy projects, that may be useful for
</I>>><i> the others. Here are some of my ideas (some of them are already working
</I>>><i> as a preview):
</I>>><i> 1. *Mageia packages maintainership daily statistics* - It's already
</I>>><i> working here <A HREF="http://kamil.mageia.org.pl/MageiaStats/">http://kamil.mageia.org.pl/MageiaStats/</A>
</I>>><i> 2. *SVN searcher* - Preview is working here
</I>>><i> <A HREF="http://kamil.mageia.org.pl/svnsearch.cgi">http://kamil.mageia.org.pl/svnsearch.cgi</A> - data is a few weeks old,
</I>>><i> twice synced
</I>>><i> 3. *Missing dependencies daily statistics* - to-be done
</I>><i> Have you seen <A HREF="http://check.mageia.org/">http://check.mageia.org/</A> , e.g.
</I>><i> <A HREF="http://check.mageia.org/dependencies.html">http://check.mageia.org/dependencies.html</A> ?
</I>Yes I have.
My idea is to show statistics of the number of the missing dependencies
and how they are changing in time, to show which are the oldest - and
therefore need to be taken care. It's interesting if it's really getting
lower before the releases of ISO-images.
>><i> 4. *Statistics about our packagers* (like <A HREF="https://cia.vc">https://cia.vc</A> - but more
</I>>><i> information) - to-be done
</I>>><i> 5. *Build server statistics* - to-be done
</I>><i>
</I>><i>
</I>>><i> And a few more ideas.
</I>>><i>
</I>>><i> Some of the projects above are more toys than tools, but anyway I find
</I>>><i> them handy (like the maintainership statistics).
</I>><i> Well, IMHO, as a maintainer, it would be nice to have a single portal, where
</I>><i> all the packaging-related tasks could be summarised,
</I>Thank you for your response! You have good ideas!
><i> e.g.:
</I>><i>
</I>><i> -Packages with outstanding security bugs
</I>><i> -Packages in stable release with outstanding bugs
</I>><i> -Packages in cauldron with critical problems (e.g. or other error preventing
</I>><i> installation)
</I>I miss a web page with statistics on bugs in packages. It would be great
to have a single web page with a list of packages and number of certain
bugs on them.
I don't really understand the word "outstanding" here?
I would have got categories like critical/release-blockers, normal,
enhancement/wish.
Here is an example:
mgaonline (critical) *#1230 #4002* (normal) _#12_ (wish) #23 #231
><i> -Packages where update is available
</I>This is already done.
><i> -Unmaintained packages you have committed on
</I>What do you mean exactly and why you need this?
><i> -Package in backports for a stable release with newer version in cauldron
</I>We don't really need it now, since there are no back-ports. And I
personally would wait for stable 2 then back-ports for 1.
><i> Ultimately, I would actually want it to have a 'fix' button in some cases :-).
</I>Feel free to implement it!
><i> I think to get there, we ideally need Youri::Check to be able to write to a
</I>><i> database, and write one nice web app to present all the information, in
</I>><i> various contexts (e.g. typical user, contributor, tester, QA etc.).
</I>It's an interesting idea, but I think it's much simpler to make it
currently in a modular way. Later someone can try to join these
building-bricks.
><i> Regards,
</I>><i> Buchan
</I>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004133.html">[Mageia-sysadm] Toys&Tools for Mageia Infrastructure
</A></li>
<LI>Next message: <A HREF="004137.html">[Mageia-sysadm] Temporary wiki gone
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4134">[ date ]</a>
<a href="thread.html#4134">[ thread ]</a>
<a href="subject.html#4134">[ subject ]</a>
<a href="author.html#4134">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|