blob: c55771a57e9c774c600597bebd849ad2829d3dd9 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Build tool idea
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Build%20tool%20idea&In-Reply-To=%3CCAPoeEY_CXQcTQd0zt1uqZEsAnHGnL-_7_5FJx7syiKOQzUfGTA%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="022471.html">
<LINK REL="Next" HREF="022323.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Build tool idea</H1>
<B>Joseph Wang</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Build%20tool%20idea&In-Reply-To=%3CCAPoeEY_CXQcTQd0zt1uqZEsAnHGnL-_7_5FJx7syiKOQzUfGTA%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Build tool idea">joequant at gmail.com
</A><BR>
<I>Fri Feb 1 01:15:16 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="022471.html">[Mageia-dev] freeze push request uhd
</A></li>
<LI>Next message: <A HREF="022323.html">[Mageia-dev] Build tool idea
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22320">[ date ]</a>
<a href="thread.html#22320">[ thread ]</a>
<a href="subject.html#22320">[ subject ]</a>
<a href="author.html#22320">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Before I reinvent the wheel....
There was a request for peazip, and what I'm thinking about doing is
to write a script
called "repobuild". This script would pull the .spec and source files
from mgarepo
and then build and install an RPM package.
The use case for this is:
1) so that people who have a Mageia 3 install, can do beta testing on
a few packages
without messing up their current installation. (i.e. if you want a
cinnamon environment
now)
2) so that we can keep doing development while we are in the middle of
a release freeze
3) so that people can get packages from cauldron without waiting for a
release cycle. If
they are full beta testers they'd install cauldron, but the people
that I'm thinking of would
just want to run one or two new packages on top of the latest Mageia
4) so that there is an easy way of doing a rollback if cauldron breaks something
Now before I start on this, is there any wheel reinvention here. I'm
looking to just wrap
mageia repo, so that someone can do
sudo repoinstall peazip
and then come back in a few hours, and have peazip there.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="022471.html">[Mageia-dev] freeze push request uhd
</A></li>
<LI>Next message: <A HREF="022323.html">[Mageia-dev] Build tool idea
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22320">[ date ]</a>
<a href="thread.html#22320">[ thread ]</a>
<a href="subject.html#22320">[ subject ]</a>
<a href="author.html#22320">[ 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>
|