Disable the other m68k option

This commit is contained in:
Steve McIntyre 2008-04-01 23:12:40 +00:00
parent 5747f296cb
commit 8ced9d59fc
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME=""
fi
elif [ "$DI_WWW_HOME" = "test" ];then
DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
# Temporarily disabled to stop cron jobs complaining
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
fi
if [ ! "$DI_DIST" ]; then
DI_DIST="$DI_CODENAME"