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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] Webteam peers, bootstrapping
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20Webteam%20peers%2C%20bootstrapping&In-Reply-To=%3C4D25FA88.9050403%40vilarem.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000099.html">
<LINK REL="Next" HREF="000105.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] Webteam peers, bootstrapping</H1>
<B>Maât</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20Webteam%20peers%2C%20bootstrapping&In-Reply-To=%3C4D25FA88.9050403%40vilarem.net%3E"
TITLE="[Mageia-webteam] Webteam peers, bootstrapping">maat-ml at vilarem.net
</A><BR>
<I>Thu Jan 6 18:23:20 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="000099.html">[Mageia-webteam] Webteam peers, bootstrapping
</A></li>
<LI>Next message: <A HREF="000105.html">[Mageia-webteam] Webteam peers, bootstrapping
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102">[ date ]</a>
<a href="thread.html#102">[ thread ]</a>
<a href="subject.html#102">[ subject ]</a>
<a href="author.html#102">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 06/01/2011 17:44, Romain d'Alverny a écrit :
><i> On Thu, Jan 6, 2011 at 15:25, Maât <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">maat-ml at vilarem.net</A>> wrote:
</I>>><i> Le 06/01/2011 14:27, Romain d'Alverny a écrit :
</I>>>><i> - of course, something making push/merge requests possible could
</I>>>><i> help (writable only by manager+webmasters, leaving everyone else push
</I>>>><i> changes to be merged after review)
</I>>><i> Have we designed the standard lifecycles for patches and the standard merge/qualification processes ?
</I>><i> Not. We need some practice on this first I guess.
</I>k
>>><i> - some limited commands? what type? rsync/svn/git types?
</I>>>><i>
</I>>><i> for example : forums we'll be deploying forums versions with git
</I>><i> Ok, but that does not necessarily mean access to the server (this can
</I>><i> be triggered indirectly).
</I>Yup but this means coding yet an other specific wrapper ?
>>><i> * server deployment:
</I>>>><i> - staging from a branch available to all peers
</I>><i> That is, ability to sync trunk (or whatever branch) to staging server.
</I>><i> That's an option that allows everyone to see up-to-date working apps
</I>><i> (and to quickly acknolewge broken ones). Or we can have a cron from
</I>><i> VCS to staging.
</I>><i>
</I>><i> Romain
</I>This imply limiting ourselves to one trunk and limiting our capacity to thread features developement nope ?
I'd rather see a model with many trunks/tags/branches available for (one for each active dev) and ~user dirs allowing people to switch their personnal instance to the trunk/tag/branch they want to play with...
for a given project we would have a SVN repos organization like that :
$baseurl/$project_root/main/{trunk|tags|branches}
$baseurl/$project_root/devs/$nickname/{trunk|tags|branches}
$baseurl/$project_root = name of the application
$baseurl/$project_root/devs/$nickname => repos dedicated to $nickname developer work
$baseurl/$project_root/main => official public repos where "webmasters" merge developpers work
Then for apache testing organization we could have :
<A HREF="http://thesdeverver.mageia.org/manager">http://thesdeverver.mageia.org/manager</A> => where $nickname can log on and click to switch it's own instance to what he wants (application,repository,tag or branch or trunk)
<A HREF="http://the-dev-server.mageia.org/testing/~$nickname/">http://the-dev-server.mageia.org/testing/~$nickname/</A> => where he tests the application he just switched to
what do you think ?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000099.html">[Mageia-webteam] Webteam peers, bootstrapping
</A></li>
<LI>Next message: <A HREF="000105.html">[Mageia-webteam] Webteam peers, bootstrapping
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102">[ date ]</a>
<a href="thread.html#102">[ thread ]</a>
<a href="subject.html#102">[ subject ]</a>
<a href="author.html#102">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
mailing list</a><br>
</body></html>
|