screw you python...hard
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 2 Jan 2009 16:18:26 +0000 (10:18 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 2 Jan 2009 16:18:26 +0000 (10:18 -0600)
ChangeLog
modules/generic_stage_target.py

index d3bc64e23d1b4316cebb3de58b976840e7c95f0f..330a265119f0ee9a2f99b0d578e33ec3caaebd76 100644 (file)
--- 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 <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
index e9938d16314bd92944800aa040d325c7cca5603a..f6c55d5e3b96300bef9e86965f3f92e79574bc0c 100644 (file)
@@ -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/")