]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-all
#include dcgraph.h
[wxWidgets.git] / wxPython / distrib / all / build-all
index dde73c9a0695125db1b8c9f41bd9602e8019ddb2..373d788a7cf7cded8a0c03379d5f1e6b1b983964 100755 (executable)
@@ -49,8 +49,8 @@ def getTasks(config_env):
     # on the nature of the build machines configurations...) is a separate
     # task.
     
     # on the nature of the build machines configurations...) is a separate
     # task.
     
-    jaguarTask = Task( Job("whopper.23", "distrib/all/build-osx",
-                           [config.OSX_HOST_jaguar, "2.3", "ansi"], env=config_env) )
+##     jaguarTask = Task( Job("whopper.23", "distrib/all/build-osx",
+##                            [config.OSX_HOST_jaguar, "2.3", "ansi"], env=config_env) )
     
     pantherTask = Task( [ Job("bigmac.23", 
                               "distrib/all/build-osx",
     
     pantherTask = Task( [ Job("bigmac.23", 
                               "distrib/all/build-osx",
@@ -73,21 +73,22 @@ def getTasks(config_env):
 
     
     beastTask1 = Task(
 
     
     beastTask1 = Task(
-        [ Job("beast.23",     "distrib/all/build-windows", ["2.3"], env=config_env),
-          Job("co-rh9.23",    "distrib/all/build-rpm", ["beast", "co-rh9",   "rh9",   "2.3"], env=config_env),
+        [ #Job("beast.23",     "distrib/all/build-windows", ["2.3"], env=config_env),
+#          Job("co-rh9.23",    "distrib/all/build-rpm", ["beast", "co-rh9",   "rh9",   "2.3"], env=config_env),
           Job("beast.24",     "distrib/all/build-windows", ["2.4"], env=config_env),
           Job("beast.24",     "distrib/all/build-windows", ["2.4"], env=config_env),
-          Job("co-rh9.24",    "distrib/all/build-rpm", ["beast", "co-rh9",   "rh9",   "2.4"], env=config_env),
+#          Job("co-rh9.24",    "distrib/all/build-rpm", ["beast", "co-rh9",   "rh9",   "2.4"], env=config_env),
           Job("beast.25",     "distrib/all/build-windows", ["2.5"], env=config_env),
           Job("beast.25",     "distrib/all/build-windows", ["2.5"], env=config_env),
+          Job("co-mdk2006.24","distrib/all/build-rpm", ["beast", "co-mdk2006", "mdk2006", "2.4"], env=config_env),
           ])
     
     beastTask2 = Task(
           ])
     
     beastTask2 = Task(
-        [ Job("co-fc2.23",    "distrib/all/build-rpm", ["beast", "co-fc2",     "fc2",     "2.3"], env=config_env),
+        [ #Job("co-fc2.23",    "distrib/all/build-rpm", ["beast", "co-fc2",     "fc2",     "2.3"], env=config_env),
           Job("co-fc4.24",    "distrib/all/build-rpm", ["beast", "co-fc4",     "fc4",     "2.4"], env=config_env),
           Job("co-mdk102.24", "distrib/all/build-rpm", ["beast", "co-mdk102",  "mdk102",  "2.4"], env=config_env),
           Job("co-fc4.24",    "distrib/all/build-rpm", ["beast", "co-fc4",     "fc4",     "2.4"], env=config_env),
           Job("co-mdk102.24", "distrib/all/build-rpm", ["beast", "co-mdk102",  "mdk102",  "2.4"], env=config_env),
-          Job("co-mdk2006.24","distrib/all/build-rpm", ["beast", "co-mdk2006", "mdk2006", "2.4"], env=config_env),
+#          Job("co-mdk2006.24","distrib/all/build-rpm", ["beast", "co-mdk2006", "mdk2006", "2.4"], env=config_env),
           ])
 
           ])
 
-    buildTasks = [ jaguarTask,
+    buildTasks = [ #jaguarTask,
                    pantherTask,
                    tigerTask,
                    beastTask1,
                    pantherTask,
                    tigerTask,
                    beastTask1,
@@ -120,9 +121,10 @@ def usage():
     print "   skipdocs     Don't rebuild the docs"
     print "   skipwin      Don't do the remote Windows build"
     print "   skiposx      Don't do the remote OSX build"
     print "   skipdocs     Don't rebuild the docs"
     print "   skipwin      Don't do the remote Windows build"
     print "   skiposx      Don't do the remote OSX build"
-    print "   skiplinux    Don't do the remote Linux build"
+    print "   skiplinux    Don't do the remote Linux (RPM) build"
     print "   skipclean    Don't do the cleanup step on the remote builds"
     print "   skipupload   Don't upload the builds to starship"
     print "   skipclean    Don't do the cleanup step on the remote builds"
     print "   skipupload   Don't upload the builds to starship"
+    print "   ansi         Also do the ansi builds"
     print ""
     print "   nocohost     Don't start the coLinux sessions if they are"
     print "                not already online"
     print ""
     print "   nocohost     Don't start the coLinux sessions if they are"
     print "                not already online"
@@ -173,6 +175,9 @@ def main(args):
         elif flag == "skipupload":
             config.skipupload = "yes"
 
         elif flag == "skipupload":
             config.skipupload = "yes"
 
+        elif flag == "ansi":
+            config.buildansi = "yes"
+
         elif flag == "nocohost":
             config.startcohost = "no"
             
         elif flag == "nocohost":
             config.startcohost = "no"