# Copyright 2002-2009 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2
+ 02 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
+ modules/generic_stage_target.py:
+ screw you python...hard
+
02 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
modules/generic_stage_target.py:
Disable removal of 'target_path' when build starts
# 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/")