[SCM] live-build branch, debian, updated. debian/3.0_a45-1-23-g982e2fb

Daniel Baumann daniel at debian.org
Thu Apr 5 08:42:10 UTC 2012


The following commit has been merged in the debian branch:
commit e5f5af6525cc4fbbe8f392bec7cd11d1f08589fa
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 3 13:05:29 2012 +0100

    Adding architecture to the output message when running lb_config.

diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 16235b2..11a4e1f 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -888,9 +888,9 @@ Check_defaults
 
 if [ ! -e config ]
 then
-	Echo_message "Creating config tree for a ${LB_MODE} system"
+	Echo_message "Creating config tree for a ${LB_MODE}/${LB_ARCHITECTURES} system"
 else
-	Echo_message "Updating config tree for a ${LB_MODE} system"
+	Echo_message "Updating config tree for a ${LB_MODE}/${LB_ARCHITECTURES} system"
 fi
 
 # Creating bootstrap configuration

-- 
live-build



More information about the debian-live-changes mailing list