diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2012-February/004203.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2012-February/004203.html | 137 |
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évrier 2012 à 23:02 +0100, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> a écrit : +><i> Revision +</I>><i> 2406 +</I>><i> Author +</I>><i> pterjan +</I>><i> Date +</I>><i> 2012-02-13 23:02:18 +0100 (Mon, 13 Feb 2012) +</I>><i> Log Message +</I>><i> First steps to create infra_1 distro +</I>><i> Modified Paths +</I>><i> * puppet/modules/buildsystem/manifests/create_upload_dir.rb +</I>><i> * puppet/modules/buildsystem/templates/mgarepo.conf +</I>><i> * puppet/modules/buildsystem/templates/submit-todo.conf +</I>><i> * puppet/modules/buildsystem/templates/submit-upload.conf +</I>><i> Added Paths +</I>><i> * puppet/modules/buildsystem/templates/iurt/infra_1.conf +</I>><i> Modified: puppet/modules/buildsystem/manifests/create_upload_dir.rb +</I>><i> =================================================================== +</I>><i> --- puppet/modules/buildsystem/manifests/create_upload_dir.rb +</I>2012-02-13 21:01:00 UTC (rev 2405) +><i> +++ puppet/modules/buildsystem/manifests/create_upload_dir.rb +</I>2012-02-13 22:02:18 UTC (rev 2406) +><i> @@ -25,5 +25,12 @@ +</I>><i> end +</I>><i> end +</I>><i> end +</I>><i> + +</I>><i> + rel 'infra_1' +</I>><i> + rep = 'core' +</I>><i> + med = 'release' +</I>><i> + file [@name, st, rel].join('/'), :ensure => 'directory', :owner +</I>=> @owner, :group => @group +><i> + file [@name, st, rel, rep].join('/'), :ensure => +</I>'directory', :owner => @owner, :group => @group +><i> + file [@name, st, rel, rep, med].join('/'), :ensure => +</I>'directory', :owner => @owner, :group => @group, :mode => 0775 +><i> end +</I>><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 . + + +><i> +</I>><i> +</I>><i> Modified: puppet/modules/buildsystem/templates/submit-upload.conf +</I>><i> =================================================================== +</I>><i> --- puppet/modules/buildsystem/templates/submit-upload.conf +</I>2012-02-13 21:01:00 UTC (rev 2405) +><i> +++ puppet/modules/buildsystem/templates/submit-upload.conf +</I>2012-02-13 22:02:18 UTC (rev 2406) +><i> @@ -17,6 +17,8 @@ +</I>><i> svn: svn+<A HREF="ssh://svn.<%=">ssh://svn.<%=</A> domain %>/svn/packages/cauldron/ +</I>><i> 1: +</I>><i> arch: i586 x86_64 +</I>><i> + infra_1: +</I>><i> + arch: i586 x86_64 +</I>><i> cauldron: +</I>><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. + +><i> @@ -165,10 +182,12 @@ +</I>><i> authorized_arches: none +</I>><i> mode: freeze +</I>><i> +</I>><i> + infra_1: +</I>><i> + authorized_users: ^blino|boklm|buchan|colin|dams| +</I>dmorgan|misc|nanardon|pterjan|tmb$ +><i> + mode: freeze +</I>><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> |