Path to sparc daily builds has changed.

This commit is contained in:
Steve McIntyre 2011-03-02 22:33:47 +00:00
parent e12ab9e518
commit 3df17fb170
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -16,6 +16,7 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
* Special-case builds of source-only discs: if we think we've
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.
[ Otavio Salvador ]
* Add btrfs-tools on required packages by installer. Closes: #612007.

View File

@ -11,7 +11,7 @@ set -e
N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~stappers/d-i/sparc/daily/cdrom"
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_WWW_HOME=""