[SCM] live-build branch, debian-next, updated. debian/3.0_a61-1-2-g64664bb

Daniel Baumann daniel at debian.org
Sun Sep 30 15:34:09 UTC 2012


The following commit has been merged in the debian-next branch:
commit 64664bb4756361194ce87124b028ff2504d5d196
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 30 17:34:08 2012 +0200

    Only producing zsync files for iso and iso-hybrid images.

diff --git a/scripts/build/binary_zsync b/scripts/build/binary_zsync
index 7fdaf59..f43fe8a 100755
--- a/scripts/build/binary_zsync
+++ b/scripts/build/binary_zsync
@@ -24,6 +24,11 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
+if [ "${LB_BINARY_IMAGES}" != "iso" ] && [ "${LB_BINARY_IMAGES}" != "iso-hybrid" ]
+then
+	exit 0
+fi
+
 if [ "${LB_ZSYNC}" != "true" ]
 then
 	exit 0

-- 
live-build



More information about the debian-live-changes mailing list