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

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Jul 26 12:57:24 CEST 2009


Revision: 42804
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42804&view=rev
Author:   dhewg
Date:     2009-07-26 10:57:24 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
Renamed var to reflect the actual content.

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

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2009-07-26 10:49:36 UTC (rev 42803)
+++ buildbot/config/master.cfg	2009-07-26 10:57:24 UTC (rev 42804)
@@ -316,14 +316,14 @@
 
 scumm_platforms_branch["dc"] = p
 
-p_branch = copy.deepcopy(p)
-p_branch["package"].extend( [
+p_trunk = copy.deepcopy(p)
+p_trunk["package"].extend( [
 	"IGOR.PLG",
 	"M4.PLG",
 	"SCI.PLG",
 ] )
 
-scumm_platforms_trunk["dc"] = p_branch
+scumm_platforms_trunk["dc"] = p_trunk
 
 #######
 ####### buildbot setup


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