Enabling volatile suite for progress itself in progress mode.
This commit is contained in:
parent
89a66b4ce0
commit
febcb6bbf4
|
@ -386,7 +386,7 @@ Set_defaults ()
|
|||
|
||||
progress)
|
||||
LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}"
|
||||
LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
|
||||
LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_MIRROR_CHROOT}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
|
@ -499,7 +499,7 @@ Set_defaults ()
|
|||
|
||||
progress)
|
||||
LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}"
|
||||
LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
|
||||
LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_MIRROR_BINARY}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
|
|
Loading…
Reference in New Issue