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

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Sep 5 11:34:06 CEST 2009


Revision: 43958
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43958&view=rev
Author:   dhewg
Date:     2009-09-05 09:34:06 +0000 (Sat, 05 Sep 2009)

Log Message:
-----------
Added teenagent.dat to the default trunk package files.

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

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2009-09-05 08:45:32 UTC (rev 43957)
+++ buildbot/config/master.cfg	2009-09-05 09:34:06 UTC (rev 43958)
@@ -25,8 +25,8 @@
 	scumm_package_dst_trunk = "/var/www/snapshots/trunk"
 	scumm_package_dst_branch = "/var/www/snapshots/1.0.0"
 
-# Files to package for trunk snapshots (common to all ports).
-scumm_package_trunk = [
+# Files to package for branch snapshots (common to all ports).
+scumm_package_branch = [
 	"AUTHORS",
 	"COPYING",
 	"COPYING.LGPL",
@@ -44,8 +44,9 @@
 	"dists/engine-data/sky.cpt"
 ]
 
-# Files to package for branch snapshots (common to all ports).
-scumm_package_branch = scumm_package_trunk
+# Files to package for trunk snapshots (common to all ports).
+scumm_package_trunk = copy.deepcopy(scumm_package_branch)
+scumm_package_trunk.append("dists/engine-data/teenagent.dat");
 
 scumm_env = {
 	"LC_ALL": "C",


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