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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Proposal for bugzilla
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%20for%20bugzilla&In-Reply-To=%3CAANLkTi%3D04SJTvM7vRqjNgvE0iwB1N4ThirQU7FteEsEO%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Next" HREF="001840.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Proposal for bugzilla</H1>
<B>Frederic Janssens</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%20for%20bugzilla&In-Reply-To=%3CAANLkTi%3D04SJTvM7vRqjNgvE0iwB1N4ThirQU7FteEsEO%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Proposal for bugzilla">fjanss at gmail.com
</A><BR>
<I>Wed Dec 22 00:32:32 CET 2010</I>
<P><UL>
<LI>Next message: <A HREF="001840.html">[Mageia-dev] Proposal for bugzilla
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1839">[ date ]</a>
<a href="thread.html#1839">[ thread ]</a>
<a href="subject.html#1839">[ subject ]</a>
<a href="author.html#1839">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, Dec 15, 2010 at 17:07, Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>> wrote:
><i>
</I>><i> Le mardi 14 décembre 2010 à 17:05 +0100, Dexter Morgan a écrit :
</I>><i> > I would like to have your input to let us able to provide a bugzilla really soon
</I>><i>
</I>><i> So if I am not wrong, in bugzilla, we have :
</I>><i> - products
</I>><i> - component, contained in products
</I>><i> - and various field, per bug,
</I>><i>
</I>><i> and the way we organize everything will impact the layout.
</I>><i>
</I>
Yes.
In preparation of the future interaction (by xmlrpc) between the
mageia-app-db site and the mageia bugzilla,  I have been testing
<A HREF="http://bugs.mageia.org/">http://bugs.mageia.org/</A> .
Xmlrpc works, but it will be necessary to configure additional fields.
The minimum would be to add an 'RPM Package' field (such as exists on
<A HREF="https://qa.mandriva.com/">https://qa.mandriva.com/</A>).
But, as the configuration must be modified anyway, I have been
thinking about what fields we need.
First I think it would be usefull to have a multiline (Large Text Box)
'RPM Packages' field, instead of a single line (Free Text) field as
used by mandriva.
A single bug can concern more than one rpm. One thing mageia-app-db
will do is search all bugs affecting an rpm. For that search to be
meaningfull all affected rpms should be mentioned.
For the same reason, the way the rpms are mentioned should be 'standardised',
as the search done by bugzilla can only be litteral.
Something that does not exist in mandriva, but I think would be usefull, is a
'Fixed RPM Packages' that would be filled when the bug is fixed. FIXED
is great, but where (or since which rpm)?
Perhaps also an 'Upstream' field which would, eventually, indicate
where that bug is filed upstream.
Finally the "status whiteboard" could be enabled, and used to clearly
explain a workaround, for open bugs (instead of having to figure it
from the comments). (Eventually this field could also be used as the
'Fixed RPM Packages' field when the bug is closed. So it would be the
'Solution' field)
Apart from the "status whiteboard" which is a parameter to enable
(<A HREF="http://www.bugzilla.org/docs/tip/en/html/parameters.html">http://www.bugzilla.org/docs/tip/en/html/parameters.html</A>);
the fields must be added as custom-fields
(<A HREF="http://www.bugzilla.org/docs/3.6/en/html/custom-fields.html">http://www.bugzilla.org/docs/3.6/en/html/custom-fields.html</A>)
--
Frederic
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Next message: <A HREF="001840.html">[Mageia-dev] Proposal for bugzilla
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1839">[ date ]</a>
<a href="thread.html#1839">[ thread ]</a>
<a href="subject.html#1839">[ subject ]</a>
<a href="author.html#1839">[ 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>
|