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/2010-November/000861.html | 110 ++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000861.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000861.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000861.html b/zarb-ml/mageia-sysadm/2010-November/000861.html new file mode 100644 index 000000000..881f098ad --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000861.html @@ -0,0 +1,110 @@ + + + + [Mageia-sysadm] [127] do not hardcode home + + + + + + + + + +

[Mageia-sysadm] [127] do not hardcode home

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 23:46:40 CET 2010 +

+
+ +
Revision: 127
+Author:   blino
+Date:     2010-11-23 23:46:39 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+do not hardcode home
+
+Modified Paths:
+--------------
+    build_system/iurt/trunk/emi
+    build_system/iurt/trunk/ulri
+
+Modified: build_system/iurt/trunk/emi
+===================================================================
+--- build_system/iurt/trunk/emi	2010-11-23 21:52:12 UTC (rev 126)
++++ build_system/iurt/trunk/emi	2010-11-23 22:46:39 UTC (rev 127)
+@@ -97,7 +97,7 @@
+     },
+     queue => {
+ 	desc => 'root directory of the various upload queues',
+-	default => '/home/mandrake/uploads/'
++	default => "$HOME/uploads/"
+     },
+     ssh_option => {
+ 	desc => "SSH options",
+
+Modified: build_system/iurt/trunk/ulri
+===================================================================
+--- build_system/iurt/trunk/ulri	2010-11-23 21:52:12 UTC (rev 126)
++++ build_system/iurt/trunk/ulri	2010-11-23 22:46:39 UTC (rev 127)
+@@ -136,7 +136,7 @@
+     },
+     queue => {
+ 	desc => "Root of the tree where the packages to compile are located",
+-	default => "/home/mandrake/uploads/"
++	default => "$HOME/uploads/"
+     },
+     cache_home => {
+ 	desc => 'Where to store the cache files',
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/29cb0b89/attachment-0001.html>
+
+ + + + + + + + + + + + + + + +
+

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