Update location of ia64 d-i dailies. Thanks to Luk Claes.

This commit is contained in:
Chris Lamb 2009-05-06 18:00:17 +01:00 committed by Daniel Baumann
parent 52f91d1e57
commit 27b487e9d4
1 changed files with 1 additions and 5 deletions

View File

@ -259,7 +259,7 @@ then
# Debian Installer daily builds
case "${LH_ARCHITECTURE}" in
alpha|amd64|hppa|mips|mipsel|powerpc)
alpha|amd64|hppa|ia64|mips|mipsel|powerpc)
URL="http://d-i.debian.org/daily-images/${LH_ARCHITECTURE}/daily/"
;;
@ -271,10 +271,6 @@ then
URL="http://people.debian.org/~joeyh/d-i/images/daily/"
;;
ia64)
URL="http://people.debian.org/~dannf/d-i/images/daily/"
;;
m68k)
URL="http://people.debian.org/~smarenka/d-i/images-m68k/daily/"
;;