summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2012-February/004203.html
blob: e9396767d253b67fd95bdf26328350333a439153 (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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-sysadm] [sysadmin-commits] [2406] First steps to create	infra_1 distro
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5Bsysadmin-commits%5D%20%5B2406%5D%20First%20steps%20to%20create%0A%09infra_1%20distro&In-Reply-To=%3C1329171375.8750.63.camel%40liliana.cdg.redhat.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="004202.html">
   <LINK REL="Next"  HREF="004204.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-sysadm] [sysadmin-commits] [2406] First steps to create	infra_1 distro</H1>
    <B>Michael Scherer</B> 
    <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5Bsysadmin-commits%5D%20%5B2406%5D%20First%20steps%20to%20create%0A%09infra_1%20distro&In-Reply-To=%3C1329171375.8750.63.camel%40liliana.cdg.redhat.com%3E"
       TITLE="[Mageia-sysadm] [sysadmin-commits] [2406] First steps to create	infra_1 distro">misc at zarb.org
       </A><BR>
    <I>Mon Feb 13 23:16:15 CET 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="004202.html">[Mageia-sysadm] [sysadmin-commits] [2406] First steps to create infra_1 distro
</A></li>
        <LI>Next message: <A HREF="004204.html">[Mageia-sysadm] [sysadmin-commits] [2406] First steps to	create	infra_1 distro
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#4203">[ date ]</a>
              <a href="thread.html#4203">[ thread ]</a>
              <a href="subject.html#4203">[ subject ]</a>
              <a href="author.html#4203">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Le lundi 13 f&#233;vrier 2012 &#224; 23:02 +0100, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> a &#233;crit :
&gt;<i> Revision
</I>&gt;<i>         2406
</I>&gt;<i> Author
</I>&gt;<i>         pterjan
</I>&gt;<i> Date
</I>&gt;<i>         2012-02-13 23:02:18 +0100 (Mon, 13 Feb 2012)
</I>&gt;<i> Log Message
</I>&gt;<i> First steps to create infra_1 distro
</I>&gt;<i> Modified Paths
</I>&gt;<i>       * puppet/modules/buildsystem/manifests/create_upload_dir.rb
</I>&gt;<i>       * puppet/modules/buildsystem/templates/mgarepo.conf
</I>&gt;<i>       * puppet/modules/buildsystem/templates/submit-todo.conf
</I>&gt;<i>       * puppet/modules/buildsystem/templates/submit-upload.conf
</I>&gt;<i> Added Paths
</I>&gt;<i>       * puppet/modules/buildsystem/templates/iurt/infra_1.conf
</I>&gt;<i> Modified: puppet/modules/buildsystem/manifests/create_upload_dir.rb
</I>&gt;<i> ===================================================================
</I>&gt;<i> --- puppet/modules/buildsystem/manifests/create_upload_dir.rb
</I>2012-02-13 21:01:00 UTC (rev 2405)
&gt;<i> +++ puppet/modules/buildsystem/manifests/create_upload_dir.rb
</I>2012-02-13 22:02:18 UTC (rev 2406)
&gt;<i> @@ -25,5 +25,12 @@
</I>&gt;<i>                  end
</I>&gt;<i>              end
</I>&gt;<i>          end
</I>&gt;<i> +
</I>&gt;<i> +     rel 'infra_1'
</I>&gt;<i> +     rep = 'core'
</I>&gt;<i> +     med = 'release'
</I>&gt;<i> +     file [@name, st, rel].join('/'), :ensure =&gt; 'directory', :owner
</I>=&gt; @owner, :group =&gt; @group
&gt;<i> +     file [@name, st, rel, rep].join('/'), :ensure =&gt;
</I>'directory', :owner =&gt; @owner, :group =&gt; @group
&gt;<i> +     file [@name, st, rel, rep, med].join('/'), :ensure =&gt;
</I>'directory', :owner =&gt; @owner, :group =&gt; @group, :mode =&gt; 0775
&gt;<i>      end
</I>&gt;<i>  end
</I>
For future proofing, i guess we could have a single declaration of the
version ( ie 1, but later 2, 3 ), and then use it everywhere .


&gt;<i>
</I>&gt;<i>
</I>&gt;<i> Modified: puppet/modules/buildsystem/templates/submit-upload.conf
</I>&gt;<i> ===================================================================
</I>&gt;<i> --- puppet/modules/buildsystem/templates/submit-upload.conf
</I>2012-02-13 21:01:00 UTC (rev 2405)
&gt;<i> +++ puppet/modules/buildsystem/templates/submit-upload.conf
</I>2012-02-13 22:02:18 UTC (rev 2406)
&gt;<i> @@ -17,6 +17,8 @@
</I>&gt;<i>          svn: svn+<A HREF="ssh://svn.&lt;%=">ssh://svn.&lt;%=</A> domain %&gt;/svn/packages/cauldron/
</I>&gt;<i>          1:
</I>&gt;<i>              arch: i586 x86_64
</I>&gt;<i> +        infra_1:
</I>&gt;<i> +            arch: i586 x86_64
</I>&gt;<i>          cauldron:
</I>&gt;<i>              arch: i586 x86_64
</I>
I wonder if we could refactor this ( ie, have some alias for i586
x86_64, to ease the roll out of arm ). The same goes for refactoring, by
the way.

&gt;<i> @@ -165,10 +182,12 @@
</I>&gt;<i>                 authorized_arches: none
</I>&gt;<i>                 mode: freeze
</I>&gt;<i>
</I>&gt;<i> +           infra_1:
</I>&gt;<i> +               authorized_users: ^blino|boklm|buchan|colin|dams|
</I>dmorgan|misc|nanardon|pterjan|tmb$
&gt;<i> +               mode: freeze
</I>&gt;<i> +
</I>
Could we have a group here ( instead of a list of user ) ?
( if not, I think it would be quite easy to add ).

-- 
Michael Scherer


</PRE>


<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="004202.html">[Mageia-sysadm] [sysadmin-commits] [2406] First steps to create infra_1 distro
</A></li>
	<LI>Next message: <A HREF="004204.html">[Mageia-sysadm] [sysadmin-commits] [2406] First steps to	create	infra_1 distro
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#4203">[ date ]</a>
              <a href="thread.html#4203">[ thread ]</a>
              <a href="subject.html#4203">[ subject ]</a>
              <a href="author.html#4203">[ 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>