[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CGI web image builder --debian-installer option broken



Greetings,

On Wed, Jun 8, 2011 at 3:30 AM, Daniel Baumann
<daniel.baumann@progress-technologies.net> wrote:
> On 06/04/2011 04:49 AM, Richard Gordon wrote:
>> The option "--debian-installer true" causes a build failure when using
>> the CGI Web Image Builder.  Live-build tries to get the package from
>>  http://people.debian.org/~joeyh/d-i/images/daily//cdrom/vmlinuz
>> but the address has changed to
>>  http://d-i.debian.org/daily-images/i386/daily/cdrom/vmlinuz.
>
> this was fixed in live-build 3.x about a month ago, i've now
> cherry-picked the commit to debian-old-2.0 branch.
>
> Richard, can you please update live-build.d.n to current debian-old-2.0
> head?
>

I have updated as you requested and submitted a build with
"--debian-installer true" which has completed as 'maybe-successful'.
Please know that I have not fully tested the said 'maybe-successful'
image.

Also the debian-old-2.0 needed a small patch to make work from the 3.x
cherry-pick and I am attaching said patch.

Thanks.
--- scripts/build/lb_binary_debian-installer	2011-06-08 19:22:38.000000000 -0500
+++ /usr/share/live/build/scripts/build/lb_binary_debian-installer	2011-06-08 20:41:00.000000000 -0500
@@ -231,7 +231,7 @@
 	LB_DEBIAN_INSTALLER_DISTRIBUTION="sid"
 
 	# Debian Installer daily builds
-+	URL="http://d-i.debian.org/daily-images/${LB_ARCHITECTURES}/daily/";
+	URL="http://d-i.debian.org/daily-images/${LB_ARCHITECTURE}/daily/";
 else
 	URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURE}/current/images/"
 fi

Reply to: