[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