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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Will this work for a build system?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Will%20this%20work%20for%20a%20build%20system%3F&In-Reply-To=%3C42B950488390CA4F8ECEFA01FD6854811633AE2F35%40ADC001.mydotcom.local%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000318.html">
<LINK REL="Next" HREF="000294.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Will this work for a build system?</H1>
<B>Frank Loewe</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Will%20this%20work%20for%20a%20build%20system%3F&In-Reply-To=%3C42B950488390CA4F8ECEFA01FD6854811633AE2F35%40ADC001.mydotcom.local%3E"
TITLE="[Mageia-dev] Will this work for a build system?">loewe at dotcom-service.net
</A><BR>
<I>Mon Sep 27 11:12:04 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000318.html">[Mageia-dev] Will this work for a build system?
</A></li>
<LI>Next message: <A HREF="000294.html">[Mageia-dev] Will this work for a build system?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#291">[ date ]</a>
<a href="thread.html#291">[ thread ]</a>
<a href="subject.html#291">[ subject ]</a>
<a href="author.html#291">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i>What about virtualization?
</I>><i>
</I>><i>Maybe we could set-up some kind of cluster of remote and dedicated vm's as a unique build system. Could be a good workaround over security and integrity issues, 'cause we are using >a "single" build system.
</I>
That is the thing SuSE OBS does. The System which builds the package is a VM on a XEN Host, which is generated automatically from a defined Image, every time and for every package.
So it is clear, that the package is built on a clean system with the right OS and Patch level.
--
Mit freundlichem Gruß
Frank Loewe
Geschäftsführer
dotcom-service Ltd. & Co. KG.
Robertstr.6
42107 Wuppertal
Tel.: +49 202 430429-01
Fax.: +49 202 430429-10
HRA21922, Amtsgericht Wuppertal
Geschäftsführer: Frank Loewe, Melanie Castellaz
Pers. haftende Gesellschafterin:
dotcom-service Ltd, 2 OLD BROMPTON ROAD, SUITE 276,LONDON SW7 3DQ, Company No. 05452606
Niederlassung Deutschland, Robertstr.6, 42107 Wuppertal
Disclaimer added by CodeTwo Exchange Rules 2007
www.codetwo.com<<A HREF="http://www.codetwo.com">http://www.codetwo.com</A>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-dev/attachments/20100927/c17c83f7/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000318.html">[Mageia-dev] Will this work for a build system?
</A></li>
<LI>Next message: <A HREF="000294.html">[Mageia-dev] Will this work for a build system?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#291">[ date ]</a>
<a href="thread.html#291">[ thread ]</a>
<a href="subject.html#291">[ subject ]</a>
<a href="author.html#291">[ 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>
|