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

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Jul 25 16:30:12 CEST 2009


Revision: 42762
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42762&view=rev
Author:   dhewg
Date:     2009-07-25 14:30:12 +0000 (Sat, 25 Jul 2009)

Log Message:
-----------
buildbot changes for the 1.0.0 branch

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

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2009-07-25 14:09:58 UTC (rev 42761)
+++ buildbot/config/master.cfg	2009-07-25 14:30:12 UTC (rev 42762)
@@ -15,15 +15,15 @@
 
 scumm_svnroot = "https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/"
 
-scumm_branch = "branches/branch-0-13-0"
-scumm_branch_desc = "0.13.0"
+scumm_branch = "branches/branch-1-0-0"
+scumm_branch_desc = "1.0.0"
 
 if scumm_testenv:
 	scumm_package_dst_trunk = "/tmp"
 	scumm_package_dst_branch = "/tmp"
 else:
 	scumm_package_dst_trunk = "/var/www/snapshots/trunk"
-	scumm_package_dst_branch = "/var/www/snapshots/0.13.0"
+	scumm_package_dst_branch = "/var/www/snapshots/1.0.0"
 
 # Files to package for trunk snapshots (common to all ports).
 scumm_package_trunk = [
@@ -136,6 +136,7 @@
 }
 
 scumm_platforms_trunk["mingw-w64"] = p
+scumm_platforms_branch["mingw-w64"] = p
 
 # wii
 scumm_root_wii = "/opt/toolchains/devkitPPC-r16"
@@ -158,6 +159,7 @@
 }
 
 scumm_platforms_trunk["wii"] = p
+scumm_platforms_branch["wii"] = p
 
 # Mac OS X Intel
 scumm_root_osx_intel = "/opt/toolchains/i686-apple-darwin9-10.4"
@@ -179,6 +181,7 @@
 }
 
 scumm_platforms_trunk["osx_intel"] = p
+scumm_platforms_branch["osx_intel"] = p
 
 # Mac OS X PPC
 scumm_root_osx_ppc = "/opt/toolchains/powerpc-apple-darwin8-10.2"
@@ -200,6 +203,7 @@
 }
 
 scumm_platforms_trunk["osx_ppc"] = p
+scumm_platforms_branch["osx_ppc"] = p
 
 # iPhone
 scumm_root_iphone = "/opt/toolchains/arm-apple-darwin9-llvm-gcc-4.2"
@@ -223,6 +227,7 @@
 }
 
 scumm_platforms_trunk["iphone"] = p
+scumm_platforms_branch["iphone"] = p
 
 # PSP
 scumm_root_psp = "/opt/toolchains/psp"
@@ -243,6 +248,7 @@
 }
 
 scumm_platforms_trunk["psp"] = p
+scumm_platforms_branch["psp"] = p
 
 # GP2X
 scumm_root_gp2x = "/opt/toolchains/open2x-gcc-4.1.1"
@@ -264,6 +270,7 @@
 }
 
 scumm_platforms_trunk["gp2x"] = p
+scumm_platforms_branch["gp2x"] = p
 
 # DC
 scumm_root_dc= "/opt/toolchains/dc"
@@ -289,15 +296,12 @@
 		"DRASCULA.PLG",
 		"GOB.PLG",
 		"GROOVIE.PLG",
-		"IGOR.PLG",
 		"KYRA.PLG",
 		"LURE.PLG",
-		"M4.PLG",
 		"MADE.PLG",
 		"PARALLACTION.PLG",
 		"QUEEN.PLG",
 		"SAGA.PLG",
-		"SCI.PLG",
 		"SCUMM.PLG",
 		"SKY.PLG",
 		"SWORD1.PLG",
@@ -308,8 +312,17 @@
 	]
 }
 
-scumm_platforms_trunk["dc"] = p
+scumm_platforms_branch["dc"] = p
 
+p_branch = copy.deepcopy(p)
+p_branch["package"].extend( [
+	"IGOR.PLG",
+	"M4.PLG",
+	"SCI.PLG",
+] )
+
+scumm_platforms_trunk["dc"] = p_branch
+
 #######
 ####### 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