[Fai-commit] r5541 - in trunk: debian lib

Thomas Lange lange at alioth.debian.org
Fri Oct 16 12:36:33 UTC 2009


Author: lange
Date: 2009-10-16 12:36:33 +0000 (Fri, 16 Oct 2009)
New Revision: 5541

Modified:
   trunk/debian/changelog
   trunk/lib/get-config-dir
   trunk/lib/get-config-dir-file
Log:
get-config-dir, get-config-dir-file: print more info

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-10-16 12:09:19 UTC (rev 5540)
+++ trunk/debian/changelog	2009-10-16 12:36:33 UTC (rev 5541)
@@ -80,7 +80,8 @@
     Pathirana for the patch)
   * get-config-dir-cvs, fai-do-scripts: replace basename and dirname calls
     with bash functions
-  * dhcpd.conf: change path of pxelinux.0    
+  * dhcpd.conf: change path of pxelinux.0
+  * get-config-dir, get-config-dir-file: print more info
   
   [ Michael Tautschnig ]
   * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell

Modified: trunk/lib/get-config-dir
===================================================================
--- trunk/lib/get-config-dir	2009-10-16 12:09:19 UTC (rev 5540)
+++ trunk/lib/get-config-dir	2009-10-16 12:36:33 UTC (rev 5541)
@@ -15,6 +15,8 @@
 	exit 21
 fi
 
+echo "FAI_CONFIG_SRC is set to $FAI_CONFIG_SRC"
+
 # extract method to get the config dir
 # matched string: "cvs[+ssh]://user at host/path/to/cvsroot module[=tag]"
 #                  ^^^

Modified: trunk/lib/get-config-dir-file
===================================================================
--- trunk/lib/get-config-dir-file	2009-10-16 12:09:19 UTC (rev 5540)
+++ trunk/lib/get-config-dir-file	2009-10-16 12:36:33 UTC (rev 5541)
@@ -8,4 +8,4 @@
 ### END SUBROUTINE INFO
 
 localpath=$(expr match "$FAI_CONFIG_SRC" '.*://\(/.*\)')
-echo "Using local path $localpath"
+echo "Using local path $localpath as config space."




More information about the Fai-commit mailing list