Make setting of TASK in build_all.sh consistent with build.sh

This commit is contained in:
Frans Pop 2008-07-18 15:32:53 +00:00
parent 404c54f656
commit 8f959dcbbf
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export PATH
if [ "$TASK"x = ""x ] ; then
case "$INSTALLER_CD"x in
"1"x)
TASK=tasks/debian-installer-$CODENAME
TASK=tasks/debian-installer-$DI_CODENAME
unset COMPLETE
;;
"2"x)

3
debian/changelog vendored
View File

@ -71,8 +71,9 @@ debian-cd (3.0.5) UNRELEASED; urgency=low
* build.sh: after the earlier change in generate_di+k_list in this release,
this script should also use the debian-installer+kernel task for the
requested codename, and not the used D-I release.
* build_all.sh: make setting of TASK consistent with build.sh.
-- Frans Pop <fjp@debian.org> Fri, 18 Jul 2008 17:11:40 +0200
-- Frans Pop <fjp@debian.org> Fri, 18 Jul 2008 17:30:42 +0200
debian-cd (3.0.4) unstable; urgency=low