[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#685669: live-build: wrong default for LB_PARENT_MIRROR_BINARY_VOLATILE with LB_MODE=ubuntu



Package: live-build
Version: 3.0~a57-1ubuntu1
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch quantal

With LB_MODE=ubuntu, the final fallback setting for
LB_PARENT_MIRROR_BINARY_VOLATILE is the value of LB_PARENT_MIRROR, which
is mentioned nowhere else.  I believe this ought to be
LB_PARENT_MIRROR_BINARY instead.

Index: b/functions/defaults.sh
===================================================================
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -596,7 +596,7 @@
 					;;
 			esac
 
-			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR}}"
+			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}"
 			;;
 
 		*)

Thanks,

-- 
Colin Watson                                       [cjwatson@ubuntu.com]


Reply to: