[SCM] live-build branch, debian, updated. debian/2.0.6-1-1-gba06875

Daniel Baumann daniel at debian.org
Sat Nov 13 16:31:08 UTC 2010


The following commit has been merged in the debian branch:
commit ba06875a262d64bf15be7da87bdbd6e640f99222
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Nov 13 17:30:59 2010 +0100

    Enabling volatile for squeeze.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 476723b..9b48821 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -348,6 +348,10 @@ Set_defaults ()
 					lenny)
 						LB_MIRROR_CHROOT_VOLATILE="http://volatile.debian.org/debian-volatile/"
 						;;
+
+					squeeze)
+						LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT}"
+						;;
 				esac
 				;;
 
@@ -444,6 +448,9 @@ Set_defaults ()
 					lenny)
 						LB_MIRROR_BINARY_VOLATILE="http://volatile.debian.org/debian-volatile/"
 						;;
+
+					squeeze)
+						LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY}"
 				esac
 				;;
 

-- 
live-build



More information about the debian-live-changes mailing list