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/001794.html | 99 ++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001794.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001794.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001794.html b/zarb-ml/mageia-sysadm/2011-January/001794.html new file mode 100644 index 000000000..19ec497b7 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001794.html @@ -0,0 +1,99 @@ + + + + [Mageia-sysadm] [732] do not hardcode schedbot home dir + + + + + + + + + +

[Mageia-sysadm] [732] do not hardcode schedbot home dir

+ root at mageia.org + root at mageia.org +
+ Sun Jan 9 00:02:24 CET 2011 +

+
+ +
Revision: 732
+Author:   blino
+Date:     2011-01-09 00:02:24 +0100 (Sun, 09 Jan 2011)
+Log Message:
+-----------
+do not hardcode schedbot home dir
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/templates/repsys.conf
+
+Modified: puppet/modules/buildsystem/templates/repsys.conf
+===================================================================
+--- puppet/modules/buildsystem/templates/repsys.conf	2011-01-08 22:56:17 UTC (rev 731)
++++ puppet/modules/buildsystem/templates/repsys.conf	2011-01-08 23:02:24 UTC (rev 732)
+@@ -2,7 +2,7 @@
+ verbose = no
+ default_parent = svn+ssh://svn.<%= domain %>/svn/packages/cauldron
+ #url-map = svn\+ssh://svn\.mageia\.org/(.*) file:///\1
+-tempdir = /home/schedbot/repsys/tmp
++tempdir = <%= sched_home_dir %>/repsys/tmp
+ use-binaries-repository = yes
+ binaries-repository = svn+ssh://svn.<%= domain %>/svn/binrepos
+ # ldap settings
+@@ -38,7 +38,7 @@
+ host = pkgsubmit.<%= domain %>
+ 
+ [submit cauldron]
+-target = /home/schedbot/repsys/srpms
++target = <%= sched_home_dir %>/repsys/srpms
+ allowed = svn+ssh://svn.<%= domain %>/svn/packages/cauldron svn+ssh://svn.<%= domain %>/svn/packages/branches/cauldron
+ rpm-macros = global cauldron
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110109/1094351f/attachment.html>
+
+ + + + + + + + + + +
+

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