summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2012-February/004203.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2012-February/004203.html')
-rw-r--r--zarb-ml/mageia-sysadm/2012-February/004203.html137
1 files changed, 137 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2012-February/004203.html b/zarb-ml/mageia-sysadm/2012-February/004203.html
new file mode 100644
index 000000000..e9396767d
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2012-February/004203.html
@@ -0,0 +1,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>