[SCM] live-build branch, debian, updated. debian/3.0_a30-1-31-g468a41f
Daniel Baumann
daniel at debian.org
Wed Sep 7 15:43:11 UTC 2011
The following commit has been merged in the debian branch:
commit 65f626fe9cd4e8777b97490bed5ba373d681ca3b
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Sep 7 15:53:50 2011 +0200
Improve message when skipping a helper because it is already run.
diff --git a/functions/stagefile.sh b/functions/stagefile.sh
index b3b4dd9..117b0dc 100755
--- a/functions/stagefile.sh
+++ b/functions/stagefile.sh
@@ -19,7 +19,7 @@ Check_stagefile ()
if [ "${_FORCE}" != "true" ]
then
# Skipping execution
- Echo_warning "skipping %s" "${NAME}"
+ Echo_warning "skipping %s, already done" "${NAME}"
exit 0
else
# Forcing execution
--
live-build
More information about the debian-live-changes
mailing list