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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] things to do for release
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20things%20to%20do%20for%20release&In-Reply-To=%3C20110527152832.GK21938%40mars-attacks.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003506.html">
<LINK REL="Next" HREF="003484.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] things to do for release</H1>
<B>nicolas vigier</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20things%20to%20do%20for%20release&In-Reply-To=%3C20110527152832.GK21938%40mars-attacks.org%3E"
TITLE="[Mageia-sysadm] things to do for release">boklm at mars-attacks.org
</A><BR>
<I>Fri May 27 17:28:32 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003506.html">[Mageia-sysadm] things to do for release
</A></li>
<LI>Next message: <A HREF="003484.html">[Mageia-sysadm] things to do for release
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3507">[ date ]</a>
<a href="thread.html#3507">[ thread ]</a>
<a href="subject.html#3507">[ subject ]</a>
<a href="author.html#3507">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Fri, 27 May 2011, nicolas vigier wrote:
><i> On Wed, 25 May 2011, Michael Scherer wrote:
</I>><i>
</I>><i> > Le mardi 24 mai 2011 à 21:35 +0200, nicolas vigier a écrit :
</I>><i> > > On Tue, 24 May 2011, nicolas vigier wrote:
</I>><i> > >
</I>><i> > > > - upload trees and isos on primary mirror on private directory
</I>><i> > >
</I>><i> > > For this, does anyone know what this means exactly ?
</I>><i> >
</I>><i> > I guess "copy the tree on a directory not exported, check this is using
</I>><i> > hardlink for package, make sure that others files ( such as hdlist ) are
</I>><i> > not hardlink in order to prepare for the release by doing mv".
</I>><i> >
</I>><i> > I spoke about this with Nanar, and the idea is to minimize the data to
</I>><i> > transfert by using hardlink on rpms, as they are all already on mirror
</I>><i> > ( since they are in cauldron ). This save the time needed to letting
</I>><i> > people take the release, since rsync will not transfer them again.
</I>><i> >
</I>><i> > However, this can be used only for rpm files, and not for hdlist, for
</I>><i> > others files, etc, since they will be updated on cauldron and we do not
</I>><i> > want to have them changed on stable as a side effect.
</I>><i>
</I>><i> So we can do something like that :
</I>><i>
</I>><i> - copy cauldron directory to directory .tmp-mageia-1
</I>><i> - rsync cauldron to .tmp-mageia-1 until release day
</I>><i> - on release day, we make hardlinks between files from '.tmp-mageia-1'
</I>><i> and '1' directories
</I>><i> - files in directory '1' become immediatly available on mirrors (as they
</I>><i> are hardlinks to files in .tmp-mageia-1 already uploaded)
</I>><i> - after a few days we remove .tmp-mageia-1
</I>><i>
</I>><i> Does it look correct ?
</I>
Ok, after discussing with Nanar, this is not what we will do. We will do
what was described by misc, hardlink rpms between cauldron and stable.
And Nanar will prepare a script to do it.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003506.html">[Mageia-sysadm] things to do for release
</A></li>
<LI>Next message: <A HREF="003484.html">[Mageia-sysadm] things to do for release
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3507">[ date ]</a>
<a href="thread.html#3507">[ thread ]</a>
<a href="subject.html#3507">[ subject ]</a>
<a href="author.html#3507">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|