[SCM] live-build branch, debian-next, updated. debian/3.0_a16-1-4-g8603104
Daniel Baumann
daniel at debian.org
Thu May 12 10:20:51 UTC 2011
The following commit has been merged in the debian-next branch:
commit 860310465d14c801ef5f5c969ac2e2704ed5979e
Author: Daniel Baumann <daniel at debian.org>
Date: Thu May 12 12:19:12 2011 +0200
Updating url for debian-installer daily-images.
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 36d2391..b193151 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -231,36 +231,7 @@ then
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="sid"
# Debian Installer daily builds
- case "${LB_ARCHITECTURES}" in
- alpha|amd64|hppa|ia64|mips|mipsel|powerpc)
- URL="http://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/"
- ;;
-
- arm|armel)
- URL="http://people.debian.org/~kmuto/d-i/images/daily/"
- ;;
-
- i386)
- URL="http://people.debian.org/~joeyh/d-i/images/daily/"
- ;;
-
- m68k)
- URL="http://people.debian.org/~smarenka/d-i/images-m68k/daily/"
- ;;
-
- s390)
- URL="http://lophos.multibuild.org/d-i/images/daily/"
- ;;
-
- sparc)
- URL="http://people.debian.org/~stappers/d-i/images/daily/"
- ;;
-
- *)
- Echo_error "No daily-builds found for your architecture."
- exit 1
- ;;
- esac
+ URL="http://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/"
else
if [ "${LB_DERIVATIVE}" = "true" ]
then
--
live-build
More information about the debian-live-changes
mailing list