From c5b627de43991a74f3259c5a8e76157e2a0b2a6a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 2 Jan 2013 11:03:44 +0100 Subject: Dropping stable and unstable dist symlinks for d-i in dists for wheezy. --- scripts/build/binary_debian-installer | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index a84c521c3..6c448686a 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -762,7 +762,15 @@ EOF rm -f chroot/binary.sh mv chroot/root/binary ./ - DISTRIBUTIONS="stable testing unstable" + case "${LB_PARENT_DISTRIBUTION}" in + wheezy) + DISTRIBUTIONS="testing" + ;; + + *) + DISTRIBUTIONS="stable testing unstable" + ;; + esac if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ] then -- cgit v1.2.3