From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/001634.html | 125 +++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001634.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001634.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001634.html b/zarb-ml/mageia-sysadm/2011-January/001634.html new file mode 100644 index 000000000..6fa563c7f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001634.html @@ -0,0 +1,125 @@ + + + + [Mageia-sysadm] [683] Templatize the file + + + + + + + + + +

[Mageia-sysadm] [683] Templatize the file

+ root at mageia.org + root at mageia.org +
+ Fri Jan 7 01:22:45 CET 2011 +

+
+ +
Revision: 683
+Author:   pterjan
+Date:     2011-01-07 01:22:45 +0100 (Fri, 07 Jan 2011)
+Log Message:
+-----------
+Templatize the file
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/templates/submit-queue.conf
+
+Modified: puppet/modules/buildsystem/templates/submit-queue.conf
+===================================================================
+--- puppet/modules/buildsystem/templates/submit-queue.conf	2011-01-07 00:19:21 UTC (rev 682)
++++ puppet/modules/buildsystem/templates/submit-queue.conf	2011-01-07 00:22:45 UTC (rev 683)
+@@ -1,17 +1,19 @@
++<% 
++escaped_domain = domain.gsub('.','\.')
++%>
+ 
++home: <%= sched_home_dir %>
+ 
+-home: /home/schedbot
+-
+ # repository declaration
+ repository:
+     class: Youri::Repository::Mageia_upload
+     options:
+-        install_root: /distrib/bootstrap/distrib
++        install_root: <%= repository_root %>/distrib
+         upload_root: ${home}/uploads/
+         upload_state: queue
+         queue: queue
+         noarch: i586
+-        svn: svn+ssh://svn.mageia.org/svn/packages/cauldron/
++        svn: svn+ssh://svn.<%= domain %>/svn/packages/cauldron/
+         1.0:
+             arch: i586 x86_64
+         cauldron:
+@@ -58,7 +60,7 @@
+         options:
+             tags:
+                 release: 'mga\d+'
+-              #  packager: '<\S+ at mageia\.org>$'
++              #  packager: '<\S+@<%= escaped_domain %>>$'
+                 distribution: '^Mageia'
+                 vendor: '^Mageia.org$'
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110107/06f0650c/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1