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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Cleaning iurt svn
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Cleaning%20iurt%20svn&In-Reply-To=%3Cm3aafr22a4.fsf%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003363.html">
<LINK REL="Next" HREF="003397.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Cleaning iurt svn</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Cleaning%20iurt%20svn&In-Reply-To=%3Cm3aafr22a4.fsf%40euphor.blino.org%3E"
TITLE="[Mageia-sysadm] Cleaning iurt svn">mageia at blino.org
</A><BR>
<I>Fri Apr 15 13:16:03 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003363.html">[Mageia-sysadm] Cleaning iurt svn
</A></li>
<LI>Next message: <A HREF="003397.html">[Mageia-sysadm] [895] - use File::Path and List::MoreUtils, and only import if_ from MDK:: Common
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3364">[ date ]</a>
<a href="thread.html#3364">[ thread ]</a>
<a href="subject.html#3364">[ subject ]</a>
<a href="author.html#3364">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">misc at zarb.org</A>> writes:
><i> Hi,
</I>><i>
</I>><i> while trying to fix the last python issue, I was looking at
</I>><i> adding /dev/shm in the iurt chroot. But I stumbled accross some various
</I>><i> stuff that would requires some inputs :
</I>><i>
</I>><i> - is uiurt used ? grep -r tell me it doesn't, so maybe we could simply
</I>><i> erase it ( as this is a plain fork of the regular iurt )
</I>
It is not used
><i> - the makefile still reference mandriva on lots of place. WHile I have
</I>><i> nothing against this, but this could have unintended side effect, should
</I>><i> we adapt, or clean it ?
</I>
We can adapt it, it seems pretty straight-forward
><i> - the script iurt_cache_cleaner is also IMHO unused. Remove, clean,
</I>><i> adapt ?
</I>
No idea
><i> - main script is called iurt2. There is no iurt script, what about
</I>><i> renaming it and just avoid useless confusion ?
</I>
Yep, we should rename it
><i> - iurt.spec is now handled like the other, what about removing it ?
</I>
Ok to drop it
><i> - Iurt/Utils.pm could be replaced by a external module, like
</I>><i> <A HREF="http://search.cpan.org/~ivan/Net-SCP-0.08/SCP.pm">http://search.cpan.org/~ivan/Net-SCP-0.08/SCP.pm</A> ? According to comment,
</I>><i> the issue could be when a computer is down and the lack of timeout.
</I>><i> Maybe we should check if this is still the case and if not, try to reuse
</I>><i> code from cpan ?
</I>><i>
</I>><i> - the same goes for Iurt/Mail.pm, there is already more featured modules
</I>><i> on CPAN for that.
</I>
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003363.html">[Mageia-sysadm] Cleaning iurt svn
</A></li>
<LI>Next message: <A HREF="003397.html">[Mageia-sysadm] [895] - use File::Path and List::MoreUtils, and only import if_ from MDK:: Common
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3364">[ date ]</a>
<a href="thread.html#3364">[ thread ]</a>
<a href="subject.html#3364">[ subject ]</a>
<a href="author.html#3364">[ 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>
|