blob: 645465899c1954b57ff1ff040dfbf66035dcaf19 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Iurt
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Iurt&In-Reply-To=%3C201106030719.35788.mikala%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="005123.html">
<LINK REL="Next" HREF="005125.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Iurt</H1>
<B>Balcaen John</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Iurt&In-Reply-To=%3C201106030719.35788.mikala%40mageia.org%3E"
TITLE="[Mageia-dev] Iurt">mikala at mageia.org
</A><BR>
<I>Fri Jun 3 12:19:35 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="005123.html">[Mageia-dev] Iurt
</A></li>
<LI>Next message: <A HREF="005125.html">[Mageia-dev] Iurt
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5124">[ date ]</a>
<a href="thread.html#5124">[ thread ]</a>
<a href="subject.html#5124">[ subject ]</a>
<a href="author.html#5124">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le vendredi 3 juin 2011 05:57:14, Stefano Negro a écrit :
><i> Hi.
</I>><i> I'd like to learn Iurt. Can someone teach me starting to configure the
</I>><i> testing environment and an example of src.rpm?
</I>1) You need to have a local mirror of the distribution .
2) install iurt via urpmi
3) give your build user the correct right to use /usr/sbin/iurt_root_command
4) configure the configuration file for example here to use a cauldron iurt i've
got a ~/.iurt.cauldron.conf
{
local_home => "/home/mikala/build",
home => "/home/mikala/iurt",
upload => "/home/mikala",
local_upload => "/home/mikala",
repository => '/Public/pub/linux/Mageia/distrib',
admin => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mikala at mageia.org</A>',
sendmail => 0,
packager => 'Iurt the rebuild bot <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mikala at mageia.org</A>>',
}
You'll find here the result of the build & builds logs in /home/mikala/iurt
/home/mikala/build is used for storing the chroot tarball
5) you can now start playing with iurt to build package
on a x86_64 arch you can also build i586 packages using linux32
aka
linux32 iurt -r cauldron i586 your.src.rpm
will build a i586 package
iurt -r cauldron x86_64 your.src.rpm
allow you to build the x86_64 package
--
Balcaen John
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="005123.html">[Mageia-dev] Iurt
</A></li>
<LI>Next message: <A HREF="005125.html">[Mageia-dev] Iurt
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5124">[ date ]</a>
<a href="thread.html#5124">[ thread ]</a>
<a href="subject.html#5124">[ subject ]</a>
<a href="author.html#5124">[ 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>
|