From: Eric Edgar Date: Tue, 17 Jan 2006 22:45:51 +0000 (+0000) Subject: remove extra function that was converting strings to lists unnecessarily X-Git-Tag: CATALYST_2_0_6_916~466 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d6022fc4075d6675f19a9f214e209fe2bd77178;p=catalyst.git remove extra function that was converting strings to lists unnecessarily git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1028 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index bd4368fb..d425db2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # 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 + modules/generic_stage_target.py: + remove extra function that was converting strings to lists unnecessarily 17 Jan 2006; Chris Gianelloni catalyst: This is catalyst 2.0_rc17. diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index 74951202..befd8273 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -1,6 +1,6 @@ # 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 @@ -151,8 +151,6 @@ class generic_stage_target(generic_target): 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)