# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.513 2006/01/17 20:45:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.514 2006/01/17 22:45:51 rocket Exp $
+
+ 17 Jan 2006; Eric Edgar <rocket@gentoo.org>
+ modules/generic_stage_target.py:
+ remove extra function that was converting strings to lists unnecessarily
17 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
This is catalyst 2.0_rc17.
# 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.117 2006/01/17 20:39:15 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.118 2006/01/17 22:45:51 rocket Exp $
"""
This class does all of the chroot setup, copying of files, etc. It is
self.set_linuxrc()
self.set_portage_overlay()
- addl_arg_parse(myspec,addlargs,self.required_values,self.valid_values)
-
# this next line checks to make sure that the specified variables exist on disk.
#pdb.set_trace()
file_locate(self.settings,["source_path","snapshot_path","distdir"],expand=0)