summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2009-05-06 18:00:17 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:44 +0100
commit27b487e9d48c7ba4f24c8757dd722991c9bb4b8e (patch)
treeb2f9abc8e3eef5cfb9ad0491eb5e9890daeda936 /helpers
parent52f91d1e57c2476df97aefc61e0b62726959b108 (diff)
downloadvyos-live-build-27b487e9d48c7ba4f24c8757dd722991c9bb4b8e.tar.gz
vyos-live-build-27b487e9d48c7ba4f24c8757dd722991c9bb4b8e.zip
Update location of ia64 d-i dailies. Thanks to Luk Claes.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_debian-installer6
1 files changed, 1 insertions, 5 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 6d415107b..f309ea04c 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -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/"
;;