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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] About build system setup
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20About%20build%20system%20setup&In-Reply-To=%3C20101031233023.GD26184%40sisay.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000129.html">
<LINK REL="Next" HREF="000133.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] About build system setup</H1>
<B>Michael scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20About%20build%20system%20setup&In-Reply-To=%3C20101031233023.GD26184%40sisay.ephaone.org%3E"
TITLE="[Mageia-sysadm] About build system setup">misc at zarb.org
</A><BR>
<I>Mon Nov 1 00:30:23 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000129.html">[Mageia-sysadm] list of things to do
</A></li>
<LI>Next message: <A HREF="000133.html">[Mageia-sysadm] About build system setup
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#130">[ date ]</a>
<a href="thread.html#130">[ thread ]</a>
<a href="subject.html#130">[ subject ]</a>
<a href="author.html#130">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
><i> * to submit builds, packagers will use "mdvsys/repsys submit" from their
</I>><i> computer, or from Cauldron test nodes. mdvsys/repsys require ssh to
</I>><i> connect to valstar and run youri wrapper. We will setup a restricted
</I>><i> shell to only allow commands needed by mdvsys/repsys, and ssh/git
</I>><i> (valstar is also the svn/git server). On Mandriva svn server we used
</I>><i> this script as the default shell to restrict to only ssh/git commands :
</I>><i> <A HREF="http://svn.gna.org/svn/savane/trunk/backend/accounts/sv_membersh.pl">http://svn.gna.org/svn/savane/trunk/backend/accounts/sv_membersh.pl</A>
</I>><i> We can update this script to also allow commands used by mdvsys/repsys.
</I>
While I am obviously biased towards mdvsys, can we simplify everything by just keeping
mdvsys in the documentation ?
Can we also use some CNAME for valstar role ( if we need to move it on another server ).
Ie, we should not directly use the name of the servers anywhere, except when obviously required.
><i> * On Mandriva build system we had one ~mandrake user doing everything
</I>><i> (build bots, scheduler, mirrors, sign packages ...). Now we can split
</I>><i> this to have one user for each task. We can have the following users :
</I>><i> - buildbot (to run iurt on build nodes)
</I>><i> - schedbot (youri/ulri/emi)
</I>><i> - signbot (sign packages)
</I>><i> However we already have a mirror user on valstar. Is it ok, or should
</I>><i> we rename it to "mirrorbot" ? Or remove the "bot" suffix from other
</I>><i> users ?
</I>
+1 for the split, that's a great idea.
And +1 for keeping the bot suffix to avoid clash. So for consistency,
I would vote "mirrorbot" too. ( even if I do not really think it will change much ).
( and in fact, I would even push to use _foo for system daemon user on the distro side, like
apple does, as this also prevent clash, but I disgress )
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000129.html">[Mageia-sysadm] list of things to do
</A></li>
<LI>Next message: <A HREF="000133.html">[Mageia-sysadm] About build system setup
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#130">[ date ]</a>
<a href="thread.html#130">[ thread ]</a>
<a href="subject.html#130">[ subject ]</a>
<a href="author.html#130">[ 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>
|