From: Andrew Gaffney Date: Fri, 2 Jan 2009 16:18:26 +0000 (-0600) Subject: screw you python...hard X-Git-Tag: CATALYST_2_0_6_916~47 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bbbe45ec246f6b6728a55a421f131f062368f567;p=catalyst.git screw you python...hard --- diff --git a/ChangeLog b/ChangeLog index d3bc64e2..330a2651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2009 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 02 Jan 2009; Andrew Gaffney + modules/generic_stage_target.py: + screw you python...hard + 02 Jan 2009; Andrew Gaffney modules/generic_stage_target.py: Disable removal of 'target_path' when build starts diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index e9938d16..f6c55d5e 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -307,7 +307,7 @@ class generic_stage_target(generic_target): # cmd("rm -f "+self.settings["target_path"],\ # "Could not remove existing file: "\ # +self.settings["target_path"],env=self.env) - touch(self.settings["autoresume_path"]+"setup_target_path") + touch(self.settings["autoresume_path"]+"setup_target_path") if not os.path.exists(self.settings["storedir"]+"/builds/"): os.makedirs(self.settings["storedir"]+"/builds/")