From d2940edc0fbd350358fac91733e6ba53ac51d5fb 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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index 0e11a2358..78e7f5abf 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -813,7 +813,16 @@ 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