update the URL for downloading s390 d-i dailies

This commit is contained in:
Steve McIntyre 2011-04-25 18:34:57 +00:00
parent 1779721690
commit ee04b44598
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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=""