update the URL for downloading armel d-i dailies
This commit is contained in:
parent
5e429358cd
commit
acc068350b
|
@ -19,6 +19,7 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
|
||||||
to try and put that on i386 image sets before linux-image-amd64.
|
to try and put that on i386 image sets before linux-image-amd64.
|
||||||
Closes: #622622
|
Closes: #622622
|
||||||
* update the URL for downloading i386 d-i dailies.
|
* update the URL for downloading i386 d-i dailies.
|
||||||
|
* update the URL for downloading armel d-i dailies.
|
||||||
|
|
||||||
[ Aurelien Jarno ]
|
[ Aurelien Jarno ]
|
||||||
* Add support for hurd-i386. Closes: #619211
|
* Add support for hurd-i386. Closes: #619211
|
||||||
|
|
|
@ -17,7 +17,7 @@ N=$1
|
||||||
CDDIR=$2
|
CDDIR=$2
|
||||||
INSTALLDIR=$CDDIR/install
|
INSTALLDIR=$CDDIR/install
|
||||||
if [ "$DI_WWW_HOME" = "default" ];then
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
# DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily"
|
DI_WWW_HOME="http://d-i.debian.org/daily-images/armel/daily"
|
||||||
if [ -n "$DI_DIR" ];then
|
if [ -n "$DI_DIR" ];then
|
||||||
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
||||||
DI_WWW_HOME=""
|
DI_WWW_HOME=""
|
||||||
|
|
Loading…
Reference in New Issue