update the URL for downloading s390 d-i dailies
This commit is contained in:
parent
1779721690
commit
ee04b44598
|
@ -14,6 +14,7 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
|
|||
types of source file, and clean up the code in that area.
|
||||
* tools/make_image: generate list files while we have the CD trees
|
||||
available
|
||||
* update the URL for downloading s390 d-i dailies.
|
||||
|
||||
[ Aurelien Jarno ]
|
||||
* Add support for hurd-i386. Closes: #619211
|
||||
|
|
|
@ -30,7 +30,7 @@ if [ $N != "1" ] && [ $N != "1_NONUS" ] ; then
|
|||
fi
|
||||
|
||||
if [ "$DI_WWW_HOME" = "default" ];then
|
||||
DI_WWW_HOME="https://lophos.multibuild.org/d-i/images/daily"
|
||||
DI_WWW_HOME="http://d-i.debian.org/daily-images/s390/daily/"
|
||||
if [ -n "$DI_DIR" -a -e "$DI_DIR/~${DI_WWW_HOME#*~}" ] ; then
|
||||
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
||||
DI_WWW_HOME=""
|
||||
|
|
Loading…
Reference in New Issue