[SCM] live-helper branch, debian-next, updated. debian/2.0_a10-1-11-g3afd739

Daniel Baumann daniel at debian.org
Sun Apr 18 12:45:27 UTC 2010


The following commit has been merged in the debian-next branch:
commit 3afd7393fdf52201a1a0b73c5cec95fd7e3ac7d2
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Apr 18 14:40:09 2010 +0200

    Printing message when auto scripts are used to make debug logs more understandable.

diff --git a/helpers/build b/helpers/build
index c762b43..a4b8802 100755
--- a/helpers/build
+++ b/helpers/build
@@ -22,6 +22,7 @@ fi
 # Read meta config
 if [ "${1}" != "noauto" ] && [ -x auto/build ]
 then
+	Echo_message "Executing auto/build script."
 	./auto/build ${@}
 fi
 
diff --git a/helpers/clean b/helpers/clean
index 2b5dac6..77fa1ab 100755
--- a/helpers/clean
+++ b/helpers/clean
@@ -12,6 +12,7 @@ set -e
 # Read meta config
 if [ "${1}" != "noauto" ] && [ -x auto/clean ]
 then
+	Echo_message "Executing auto/clean script."
 	./auto/clean ${@}
 fi
 
diff --git a/helpers/config b/helpers/config
index 2a37dbe..e2eff08 100755
--- a/helpers/config
+++ b/helpers/config
@@ -12,6 +12,7 @@ set -e
 # Read meta config
 if [ "${1}" != "noauto" ] && [ -x auto/config ]
 then
+	Echo_message "Executing auto/config script."
 	./auto/config ${@}
 fi
 

-- 
live-helper



More information about the debian-live-changes mailing list