Disable the other m68k option
This commit is contained in:
parent
5747f296cb
commit
8ced9d59fc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue