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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Youri check installlation
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Youri%20check%20installlation&In-Reply-To=%3C1301964703.18729.171.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Next" HREF="003873.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Youri check installlation</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Youri%20check%20installlation&In-Reply-To=%3C1301964703.18729.171.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-dev] Youri check installlation">misc at zarb.org
</A><BR>
<I>Tue Apr 5 02:51:43 CEST 2011</I>
<P><UL>
<LI>Next message: <A HREF="003873.html">[Mageia-dev] Youri check installlation
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3869">[ date ]</a>
<a href="thread.html#3869">[ thread ]</a>
<a href="subject.html#3869">[ subject ]</a>
<a href="author.html#3869">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi
for those who were packagers at Mandriva ( or PLF ), we used to have a
website showing result of various check, called youri-check :
<A HREF="http://youri.zarb.org/demo/mandriva/">http://youri.zarb.org/demo/mandriva/</A>
Pascal completed the installation of our own instance of youri on
<A HREF="http://check.mageia.org/">http://check.mageia.org/</A> yesterday.
For now, that's still a work in progress, and we do not have everything
ready ( ie, lots of check are missing for now, we are aware of this ),
but this should be against to find stuff to fix.
There is 2 checks :
- dependencies
- missing
The first one check if a package has missing dependencies either
Requires or BuildRequires.
Any packagers can fix such errors.
The second check if a binary rpm is missing a source rpm. ( there is
some false positive due to clever trick, like rpmlint-mageia-policy )
So that's likely one for admins for now.
But do not blindly import missing rpms, something, the requires is
wrong :
So for example, if you see :
task-lamp task-lamp-python apache-mod_python not found
Check that apache-mod_python is still needed ( in this case, the
software was dropped upstream since a few years ( and that's a shame
IMHO )).
On the other hand, errors like the one of backuppc may be a error in the
check.
The page is regenerated every 6h, people curious can look on
<A HREF="http://svnweb.mageia.org/adm/puppet/modules/youri-check/">http://svnweb.mageia.org/adm/puppet/modules/youri-check/</A>
We can blacklist false positives, so do not hesitate to ask if you see
something wrong. We will enable the rest of the check later ( ie check
for updates, check for age, etc ).
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Next message: <A HREF="003873.html">[Mageia-dev] Youri check installlation
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3869">[ date ]</a>
<a href="thread.html#3869">[ thread ]</a>
<a href="subject.html#3869">[ subject ]</a>
<a href="author.html#3869">[ 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>
|