* Correct url to the amd64 dailys.

This commit is contained in:
Joey Hess 2006-06-15 19:25:33 +00:00
parent c5f6f576fd
commit 99a1707eb8
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

@ -60,7 +60,10 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
* Add extra arm kernels and more utilities into the task lists.
Closes: #373225
-- Joey Hess <joeyh@debian.org> Tue, 13 Jun 2006 17:16:30 -0400
[ Joey Hess ]
* Correct url to the amd64 dailys.
-- Joey Hess <joeyh@debian.org> Thu, 15 Jun 2006 15:25:08 -0400
debian-cd (2.2.24) unstable; urgency=low

View File

@ -14,7 +14,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://debian-amd64.alioth.debian.org/debian-installer/daily"
DI_WWW_HOME="http://amd64.debian.net/debian-installer/daily"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME##*/}"
DI_WWW_HOME=""