diff options
author | Daniel Baumann <daniel@debian.org> | 2009-04-07 20:37:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:43 +0100 |
commit | cf28ec62c690c319aba9b119be70cd4babf6e218 (patch) | |
tree | ee39fa8f8a7e867baf4cb44992d6d6bae448016a /helpers/lh_binary_debian-installer | |
parent | 182b7106aa9cf22966680705552fe74ac19d4ad2 (diff) | |
download | vyos-live-build-cf28ec62c690c319aba9b119be70cd4babf6e218.tar.gz vyos-live-build-cf28ec62c690c319aba9b119be70cd4babf6e218.zip |
Updating first bunch of architectures to new location of d-i daily images.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 56f0b73b3..56878e438 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -260,11 +260,11 @@ then # Debian Installer daily builds case "${LH_ARCHITECTURE}" in alpha) - URL="http://people.debian.org/~vorlon/d-i/alpha/daily/" + URL="http://d-i.debian.org/daily-images/alpha/daily/" ;; amd64) - URL="http://people.debian.org/~aba/d-i/images/daily/" + URL="http://d-i.debian.org/daily-images/amd64/daily/" ;; arm|armel) @@ -272,7 +272,7 @@ then ;; hppa) - URL="http://people.debian.org/~kyle/d-i/hppa/daily/" + URL="http://d-i.debian.org/daily-images/hppa/daily/" ;; i386) @@ -288,11 +288,11 @@ then ;; mips) - URL="http://people.debian.org/~ths/d-i/mips/images/daily/" + URL="http://d-i.debian.org/daily-images/mips/daily/" ;; mipsel) - URL="http://people.debian.org/~ths/d-i/mipsel/images/daily/" + URL="http://d-i.debian.org/daily-images/mipsel/daily/" ;; powerpc) |