armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME

definition to stop the mirror script complaining.
This commit is contained in:
cd-builder user 2011-03-03 14:33:07 +00:00
parent 1250b9bca0
commit 192ab9e1e6
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -17,6 +17,8 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
overflowed the disc size, try to carry on for a few more packages
to get closer to actually filling the disc. Closes: #613751.
* Path to sparc daily builds has changed.
* armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME
definition to stop the mirror script complaining.
[ Otavio Salvador ]
* Add btrfs-tools on required packages by installer. Closes: #612007.

View File

@ -17,7 +17,7 @@ N=$1
CDDIR=$2
INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily"
# DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_WWW_HOME=""