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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5Bsysadmin-commits%5D%20split%20mgacreatehome%20in%20a%0A%20separate%20file%20in%20a%09attempt%20to%20simplify&In-Reply-To=%3C1316440102.23668.33.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003947.html">
<LINK REL="Next" HREF="003948.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5Bsysadmin-commits%5D%20split%20mgacreatehome%20in%20a%0A%20separate%20file%20in%20a%09attempt%20to%20simplify&In-Reply-To=%3C1316440102.23668.33.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify">misc at zarb.org
</A><BR>
<I>Mon Sep 19 15:48:22 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003947.html">[Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify
</A></li>
<LI>Next message: <A HREF="003948.html">[Mageia-sysadm] [Mageia-dev] What's wrong with BS?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3949">[ date ]</a>
<a href="thread.html#3949">[ thread ]</a>
<a href="subject.html#3949">[ subject ]</a>
<a href="author.html#3949">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le lundi 19 septembre 2011 à 14:57 +0200, nicolas vigier a écrit :
><i> On Mon, 19 Sep 2011, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> wrote:
</I>><i>
</I>><i> > Revision: 2012
</I>><i> > Author: misc
</I>><i> > Date: 2011-09-19 13:19:17 +0200 (Mon, 19 Sep 2011)
</I>><i> > Log Message:
</I>><i> > -----------
</I>><i> > split mgacreatehome in a separate file in a attempt to simplify
</I>><i> > the buildsystem module
</I>><i>
</I>><i> I'm not sure that spliting all classes in different files simplify
</I>><i> anything.
</I>
I am also unsure about the way to split. But keeping everything in one
big file is not good, as we have a huge changelog, with lots of
unrelated changes for each specific class, and that make harder to see
what changed and when.
And there is not always a good reason to be in buildsystem.
For example, the mgacreatehome script do not use anything from the
buildsystem module, and the various release script are also independent.
><i> And for mgacreatehome I think you could remove it as it's no
</I>><i> longer useful since ssh keys are stored in ldap.
</I>
I think I did enough breakage for today, but ok, I will remove it.
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003947.html">[Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify
</A></li>
<LI>Next message: <A HREF="003948.html">[Mageia-sysadm] [Mageia-dev] What's wrong with BS?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3949">[ date ]</a>
<a href="thread.html#3949">[ thread ]</a>
<a href="subject.html#3949">[ subject ]</a>
<a href="author.html#3949">[ 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>
|