]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-all
Patch from Will Sadkin
[wxWidgets.git] / wxPython / distrib / all / build-all
index 616bac851eddf3c9fa0801abd5b7a274798f4b79..535412dc160c545564b1f7d0ddf37d7b1ed402aa 100755 (executable)
@@ -60,7 +60,7 @@ config.LINUX_BUILD = "/tmp/BUILD"
 # Upload server locations
 config.UPLOAD_HOST = "starship.python.net"
 config.UPLOAD_DAILY_ROOT = "/home/crew/robind/public_html/wxPython/daily"
-config.UPLOAD_PREVIEW_ROOT = "/home/crew/robind/public_html/wxPython/preview"
+config.UPLOAD_PREVIEW_ROOT = "/home/crew/robind/public_html/wxPython/rc"
 
 # defaults for build options
 config.KIND = "dryrun"
@@ -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"]),