]> git.saurik.com Git - wxWidgets.git/commitdiff
use versioned tag names for OSX too
authorRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 23:21:28 +0000 (23:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 23:21:28 +0000 (23:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all

index 305e4b03b5e5ebe506b375cb5b51b8f6583ee7e8..535412dc160c545564b1f7d0ddf37d7b1ed402aa 100755 (executable)
@@ -94,11 +94,14 @@ initialTask = Task([ Job("", ["distrib/all/build-setup", CFGFILE]),
 # on the nature of the build machine configurations...) is a separate
 # task.
 
-jaguarTask =  Task( Job(config.OSX_HOST_jaguar,
+jaguarTask =  Task( Job("whopper.23",
                         ["distrib/all/build-osx", CFGFILE, config.OSX_HOST_jaguar, "jaguar", "2.3"]) )
 
-pantherTask =  Task( Job(config.OSX_HOST_panther,
-                         ["distrib/all/build-osx", CFGFILE, config.OSX_HOST_panther, "panther", "2.3"]) )
+pantherTask =  Task([ Job("bigmac.23", 
+                          ["distrib/all/build-osx", CFGFILE, config.OSX_HOST_panther, "panther", "2.3"]),
+                      Job("bigmac.24",
+                          ["distrib/all/build-osx", CFGFILE, config.OSX_HOST_panther, "panther", "2.4"])
+                     ])
 
 beastTask1 = Task([ Job("beast.23",     ["distrib/all/build-windows", CFGFILE, "2.3"]),
                     Job("beast.24",     ["distrib/all/build-windows", CFGFILE, "2.4"]),