[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-45-g807b0be

Daniel Baumann daniel at debian.org
Sun Apr 26 19:48:35 UTC 2009


The following commit has been merged in the master branch:
commit 807b0be92dc1407163ce74405f3906ea81d98c5e
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Apr 26 21:44:08 2009 +0200

    Simplyfing architecture handling for d-i daily URLs.

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 9cc3313..6d41510 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -259,22 +259,14 @@ then
 
 	# Debian Installer daily builds
 	case "${LH_ARCHITECTURE}" in
-		alpha)
-			URL="http://d-i.debian.org/daily-images/alpha/daily/"
-			;;
-
-		amd64)
-			URL="http://d-i.debian.org/daily-images/amd64/daily/"
+		alpha|amd64|hppa|mips|mipsel|powerpc)
+			URL="http://d-i.debian.org/daily-images/${LH_ARCHITECTURE}/daily/"
 			;;
 
 		arm|armel)
 			URL="http://people.debian.org/~kmuto/d-i/images/daily/"
 			;;
 
-		hppa)
-			URL="http://d-i.debian.org/daily-images/hppa/daily/"
-			;;
-
 		i386)
 			URL="http://people.debian.org/~joeyh/d-i/images/daily/"
 			;;
@@ -287,18 +279,6 @@ then
 			URL="http://people.debian.org/~smarenka/d-i/images-m68k/daily/"
 			;;
 
-		mips)
-			URL="http://d-i.debian.org/daily-images/mips/daily/"
-			;;
-
-		mipsel)
-			URL="http://d-i.debian.org/daily-images/mipsel/daily/"
-			;;
-
-		powerpc)
-			URL="http://d-i.debian.org/daily-images/powerpc/daily/"
-			;;
-
 		s390)
 			URL="http://lophos.multibuild.org/d-i/images/daily/"
 			;;

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list