diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000346.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000346.html | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000346.html b/zarb-ml/mageia-sysadm/2010-November/000346.html new file mode 100644 index 000000000..a6b7adc34 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000346.html @@ -0,0 +1,182 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [205] - no need to have a hidden file in the svn repository and puppet config + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B205%5D%20-%20no%20need%20to%20have%20a%20hidden%20file%20in%20the%20svn%0A%20repository%20and%20puppet%20config&In-Reply-To=%3C20101108015430.4BD413FC10%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000365.html"> + <LINK REL="Next" HREF="000348.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [205] - no need to have a hidden file in the svn repository and puppet config</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B205%5D%20-%20no%20need%20to%20have%20a%20hidden%20file%20in%20the%20svn%0A%20repository%20and%20puppet%20config&In-Reply-To=%3C20101108015430.4BD413FC10%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [205] - no need to have a hidden file in the svn repository and puppet config">root at mageia.org + </A><BR> + <I>Mon Nov 8 02:54:30 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000365.html">[Mageia-sysadm] Puppet Report for jonund.mageia.org +</A></li> + <LI>Next message: <A HREF="000348.html">[Mageia-sysadm] Puppet Report for jonund.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#346">[ date ]</a> + <a href="thread.html#346">[ thread ]</a> + <a href="subject.html#346">[ subject ]</a> + <a href="author.html#346">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 205 +Author: misc +Date: 2010-11-08 02:54:30 +0100 (Mon, 08 Nov 2010) +Log Message: +----------- +- no need to have a hidden file in the svn repository and puppet config + +Modified Paths: +-------------- + puppet/modules/iurt/manifests/init.pp + +Added Paths: +----------- + puppet/modules/iurt/templates/iurt.cauldron.conf + +Removed Paths: +------------- + puppet/modules/iurt/templates/.iurt.cauldron.conf + +Modified: puppet/modules/iurt/manifests/init.pp +=================================================================== +--- puppet/modules/iurt/manifests/init.pp 2010-11-08 01:48:07 UTC (rev 204) ++++ puppet/modules/iurt/manifests/init.pp 2010-11-08 01:54:30 UTC (rev 205) +@@ -13,7 +13,7 @@ + owner => buildbot, + group => buildbot, + mode => 644, +- content => template("iurt/.iurt.cauldron.conf") ++ content => template("iurt/iurt.cauldron.conf") + } + + } + +Deleted: puppet/modules/iurt/templates/.iurt.cauldron.conf +=================================================================== +--- puppet/modules/iurt/templates/.iurt.cauldron.conf 2010-11-08 01:48:07 UTC (rev 204) ++++ puppet/modules/iurt/templates/.iurt.cauldron.conf 2010-11-08 01:54:30 UTC (rev 205) +@@ -1,30 +0,0 @@ +-{ +- supported_arch => [ 'i586', 'x86_64' ], +- all_media => { 'main' => [ 'release' ], 'contrib' => [ 'release' ] }, +- upload => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">schedbot at pkgsubmit</A>:~/uploads/', +- upload_queue => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">schedbot at pkgsubmit</A>:~/uploads/queue/', +- unwanted_packages => '^monotone-', +- repository => '/mnt/BIG/dis/', +- rsync_to => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">schedbot at pkgsubmit</A>:/mnt/BIG/dis/uploads/build/', +- log_url => '<A HREF="http://pkgsubmit.mageia.org/queue/build/">http://pkgsubmit.mageia.org/queue/build/</A>', +- admin => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>', +- iurt_root_command => '/home/buildbot/iurt-trunk/iurt_root_command', +- packager => 'Iurt the rebuild bot <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>>', +- sendmail => 0, +- build_timeout => { +- 'default' => 18000, +- 'gcc' => 57600, +- 'paraview' => 115200, +- 'salome' => 57600, +- 'itk' => 115200, +- 'wrapitk' => 115200, +- 'kernel-rt' => 57600, +- 'kernel-xen' => 57600, +- 'kernel-tmb' => 57600, +- 'openoffice.org' => 345600, +- 'openoffice.org64' => 345600, +- 'openoffice.org-go-ooo' => 345600, +- 'openoffice.org64-go-ooo' => 345600 +- }, +-} +- + +Copied: puppet/modules/iurt/templates/iurt.cauldron.conf (from rev 198, puppet/modules/iurt/templates/.iurt.cauldron.conf) +=================================================================== +--- puppet/modules/iurt/templates/iurt.cauldron.conf (rev 0) ++++ puppet/modules/iurt/templates/iurt.cauldron.conf 2010-11-08 01:54:30 UTC (rev 205) +@@ -0,0 +1,30 @@ ++{ ++ supported_arch => [ 'i586', 'x86_64' ], ++ all_media => { 'main' => [ 'release' ], 'contrib' => [ 'release' ] }, ++ upload => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">schedbot at pkgsubmit</A>:~/uploads/', ++ upload_queue => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">schedbot at pkgsubmit</A>:~/uploads/queue/', ++ unwanted_packages => '^monotone-', ++ repository => '/mnt/BIG/dis/', ++ rsync_to => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">schedbot at pkgsubmit</A>:/mnt/BIG/dis/uploads/build/', ++ log_url => '<A HREF="http://pkgsubmit.mageia.org/queue/build/">http://pkgsubmit.mageia.org/queue/build/</A>', ++ admin => '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>', ++ iurt_root_command => '/home/buildbot/iurt-trunk/iurt_root_command', ++ packager => 'Iurt the rebuild bot <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>>', ++ sendmail => 0, ++ build_timeout => { ++ 'default' => 18000, ++ 'gcc' => 57600, ++ 'paraview' => 115200, ++ 'salome' => 57600, ++ 'itk' => 115200, ++ 'wrapitk' => 115200, ++ 'kernel-rt' => 57600, ++ 'kernel-xen' => 57600, ++ 'kernel-tmb' => 57600, ++ 'openoffice.org' => 345600, ++ 'openoffice.org64' => 345600, ++ 'openoffice.org-go-ooo' => 345600, ++ 'openoffice.org64-go-ooo' => 345600 ++ }, ++} ++ +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101108/0fc65550/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000365.html">[Mageia-sysadm] Puppet Report for jonund.mageia.org +</A></li> + <LI>Next message: <A HREF="000348.html">[Mageia-sysadm] Puppet Report for jonund.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#346">[ date ]</a> + <a href="thread.html#346">[ thread ]</a> + <a href="subject.html#346">[ subject ]</a> + <a href="author.html#346">[ 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> |