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
|
<!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=%3CAANLkTimk7Y-o9VCANgfQ%3DD%3D%2BtcKhURWKDNXx1RYVrAm1%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002201.html">
<LINK REL="Next" HREF="002208.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Will this work for a build system?</H1>
<B>Thierry Vignaud</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=%3CAANLkTimk7Y-o9VCANgfQ%3DD%3D%2BtcKhURWKDNXx1RYVrAm1%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Will this work for a build system?">thierry.vignaud at gmail.com
</A><BR>
<I>Mon Jan 17 15:40:56 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002201.html">[Mageia-dev] Importing RPM Spec File Syntax
</A></li>
<LI>Next message: <A HREF="002208.html">[Mageia-dev] Proposal for Mageia: implement bitorrent protocol to allow updates download
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2202">[ date ]</a>
<a href="thread.html#2202">[ thread ]</a>
<a href="subject.html#2202">[ subject ]</a>
<a href="author.html#2202">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 27 September 2010 18:17, Robert Xu <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">robxu9 at gmail.com</A>> wrote:
><i> Now, I don't know how Mandriva did its build system, but we will
</I>><i> ALWAYS need physical access to servers. If something goes so terribly
</I>><i> wrong that one has to reinstall the whole freaking OS, that's not
</I>><i> going to help Magiea unless we have access.
</I>><i>
</I>><i> Personally, I like either the Koji build system or the openSuSE Build
</I>><i> Service; personally, the OBS sounds better to me, because it can
</I>><i> natively sign packages, submit request system, ACL, cross-compile,
</I>><i> etc.
</I>><i> But then again, that's just me, b/c I use a local instance at home and
</I>><i> I'm used to setting up the OBS from a minimal install.
</I>><i>
</I>><i> I've always had trouble setting up Koji... it feels less friendly to me.
</I>
For the record, koji (and mock under it) is tightly coupled to yum,
which makes harder to use with an urpmi based distro...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002201.html">[Mageia-dev] Importing RPM Spec File Syntax
</A></li>
<LI>Next message: <A HREF="002208.html">[Mageia-dev] Proposal for Mageia: implement bitorrent protocol to allow updates download
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2202">[ date ]</a>
<a href="thread.html#2202">[ thread ]</a>
<a href="subject.html#2202">[ subject ]</a>
<a href="author.html#2202">[ 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>
|