[Scummvm-cvs-logs] SF.net SVN: scummvm:[55491] buildbot/config/master.cfg

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Mon Jan 24 02:36:11 CET 2011


Revision: 55491
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55491&view=rev
Author:   tdhs
Date:     2011-01-24 01:36:11 +0000 (Mon, 24 Jan 2011)

Log Message:
-----------
BUILDBOT: Adding always_purge = True argument to SVN build step.

This ensures that :
"set to True, always purge local changes before updating. 
This deletes unversioned files and reverts everything that would appear in a svn status."

This ensures left over folders after a delete i.e. currently graphics/video are removed, since we are using the "update" incremental build mode, rather than the clean checkout "clobber" mode.

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2011-01-24 00:46:06 UTC (rev 55490)
+++ buildbot/config/master.cfg	2011-01-24 01:36:11 UTC (rev 55491)
@@ -729,7 +729,8 @@
 f.addStep(SVN(mode = "update",
 				workdir = "src",
 				baseURL = scumm_svnroot,
-				defaultBranch = "trunk"))
+				defaultBranch = "trunk",
+				always_purge = True))
 f.addStep(Trigger(schedulerNames = [ "trunk" ],
 					updateSourceStamp = True,
 					waitForFinish = True))
@@ -748,7 +749,8 @@
 f.addStep(SVN(mode = "update",
 				workdir = "src",
 				baseURL = scumm_svnroot,
-				defaultBranch = scumm_branch))
+				defaultBranch = scumm_branch,
+				always_purge = True))
 f.addStep(Trigger(schedulerNames = [ "branch" ],
 					updateSourceStamp = True,
 					waitForFinish = True))


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