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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Distributed packaging for a community distro
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Distributed%20packaging%20for%20a%20community%20distro&In-Reply-To=%3C4C95E658.6010401%40colin.guthr.ie%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000764.html">
<LINK REL="Next" HREF="000770.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Distributed packaging for a community distro</H1>
<B>Colin Guthrie</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Distributed%20packaging%20for%20a%20community%20distro&In-Reply-To=%3C4C95E658.6010401%40colin.guthr.ie%3E"
TITLE="[Mageia-dev] Distributed packaging for a community distro">mageia at colin.guthr.ie
</A><BR>
<I>Sun Sep 19 12:30:48 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000764.html">[Mageia-dev] Distributed packaging for a community distro
</A></li>
<LI>Next message: <A HREF="000770.html">[Mageia-dev] Distributed packaging for a community distro
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#768">[ date ]</a>
<a href="thread.html#768">[ thread ]</a>
<a href="subject.html#768">[ subject ]</a>
<a href="author.html#768">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>'Twas brillig, and P. Christeas at 19/09/10 11:07 did gyre and gimble:
><i> On Sunday 19 September 2010, Aurelien Bompard wrote:
</I>>><i> Hey,
</I>>><i>
</I>>><i> I'm a Fedora packager, and we recently switched to Git as a SCM. It's
</I>>><i> working fine for us, maybe these pages can be of inspiration :
</I>>><i>
</I>>><i> <A HREF="http://fedoraproject.org/wiki/Dist_Git_Proposal">http://fedoraproject.org/wiki/Dist_Git_Proposal</A>
</I>>><i> <A HREF="http://fedoraproject.org/wiki/Using_Fedora_GIT">http://fedoraproject.org/wiki/Using_Fedora_GIT</A>
</I>>><i>
</I>>><i> We're also using a small command-line wrapper called fedpkg to interact
</I>>><i> with the build system and to make it easier for non-git users to grasp the
</I>>><i> packaging workflow.
</I>>><i>
</I>>><i> I don't know what you already have setup, so this may be irrelevant... ;-)
</I>>><i>
</I>><i>
</I>><i> *Definitely* like the idea of cooperating with other distros. Let's end up with
</I>><i> something everybody will benefit from.
</I>
I think for simplisity in the initial stages, we'll likely be sticking
with SVN considering there is a *lot* of infrastructural things to get
in place.
But overall, I'd *very* much like to entertain a svn->git switch. Using
the experiences of the fedora packages here would make a *lot* of sense
from a general sharing perspective.
Plus with the amount of upstream projects using git this has a lot of
advantages.
I've not read the above fedora links yet (I definitely will), but the
two immediate problems I have are:
* Binary churn: If we add the tarballs, there can be a lot of binary
churn. Cloning a git repo means we get the full history locally which
means all copies of the tarball over the x years period. SVN is better
suited to binary churn, only keeping the most recent version in your
checkout. This is likely discussed above.
* Tagging: When a release is done, the packages need to be tagged. This
is more awkward with individual repos rather than one central one, but I
suspect it's a relatively easy process to script.
(I do hope these are mentioned in the above links)
Anyway, as a general rule, I'm very much behind using git for packages :)
Col
--
Colin Guthrie
mageia(at)colin.guthr.ie
<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A>
Day Job:
Tribalogic Limited [<A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A>]
Open Source:
Mageia Contributor [<A HREF="http://www.mageia.org/">http://www.mageia.org/</A>]
PulseAudio Hacker [<A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A>]
Trac Hacker [<A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A>]
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000764.html">[Mageia-dev] Distributed packaging for a community distro
</A></li>
<LI>Next message: <A HREF="000770.html">[Mageia-dev] Distributed packaging for a community distro
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#768">[ date ]</a>
<a href="thread.html#768">[ thread ]</a>
<a href="subject.html#768">[ subject ]</a>
<a href="author.html#768">[ 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>
|