# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.637 2006/06/22 11:43:34 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.638 2006/06/22 14:54:27 wolf31o2 Exp $
+
+ 22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/generic_stage_target.py:
+ Fix a problem where catalyst was creating an initial list, then putting that
+ list inside another. Thanks to Andrew Gaffney <agaffney@gentoo.org> for
+ pointing it out and for the fix. This is for bug #136351.
22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/unmerge.sh:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.135 2006/06/08 21:27:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.136 2006/06/22 14:54:27 wolf31o2 Exp $
"""
This class does all of the chroot setup, copying of files, etc. It is
for y in loop2:
if not addlargs.has_key("boot/kernel/"+x+"/packages"):
- addlargs["boot/kernel/"+x+"/packages"]=[[y]]
+ addlargs["boot/kernel/"+x+"/packages"]=[y]
else:
addlargs["boot/kernel/"+x+"/packages"].append(y)