[Scummvm-cvs-logs] SF.net SVN: scummvm:[56060] buildbot/config/scumm.py

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon May 30 21:02:09 CEST 2011


Revision: 56060
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56060&view=rev
Author:   fingolfin
Date:     2011-05-30 19:02:09 +0000 (Mon, 30 May 2011)

Log Message:
-----------
BUILDBOT: Do not force-clean ccache when doing daily builds

Modified Paths:
--------------
    buildbot/config/scumm.py

Modified: buildbot/config/scumm.py
===================================================================
--- buildbot/config/scumm.py	2011-05-30 13:16:54 UTC (rev 56059)
+++ buildbot/config/scumm.py	2011-05-30 19:02:09 UTC (rev 56060)
@@ -164,7 +164,7 @@
 
 		ShellCommand.start(self)
 
-# buildstep class to wipe all build folders (eg "trunk-*") and to clear the ccache cache
+# buildstep class to wipe all build folders (eg "trunk-*")
 class Clean(ShellCommand):
 	name = "clean"
 	haltOnFailure = 1
@@ -181,7 +181,6 @@
 		self.addFactoryArguments(prefix = self.prefix)
 
 	def start(self):
-		self.command = "ccache -C && rm -rf ../../%s-*" % self.prefix
 		ShellCommand.start(self)
 
 # IRC stuff


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list