Path to sparc daily builds has changed.
This commit is contained in:
parent
e12ab9e518
commit
3df17fb170
|
@ -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.
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue