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

Re: Problem using mini-dinstall multistrap



On Mon, 28 Mar 2011 15:39:39 +0200
David Kuehling <dvdkhlng@gmx.de> wrote:

> BTW I think I've found a bug with flat archives support in multistrap in
> sid.  It does work during the bootstrap stage (i.e. correctly handled at
> multistrap line 236), however there's another copy of the code writing
> source.list.d at line 406 where the check for 'exists $flatfile' is
> missing:
> 
>  $component = (defined $components{$aptsrc}) ? $components{$aptsrc}
> 		: (exists $flatfile{$aptsrc}) ? "" : "main";

Probably needs to be:

   $component = (exists $flatfile{$aptsrc}) ? "" 
		: (defined $components{$aptsrc}) ? $components{$aptsrc} : "main";
> I'm not fluent in perl (I even had my problems understanding the code),
> so can't supply a patch.

Please file a bug using reportbug otherwise this will get forgotten.

-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/

Attachment: pgpsYJbYZueRU.pgp
Description: PGP signature


Reply to: