X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cbbb5d41b5b45f412eef27b1628582886c3418e..f5ed42f875325bbadce5e43fe7131e295724359d:/wxPython/distrib/all/build-all?ds=sidebyside diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index dde73c9a06..2d005d1374 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -120,9 +120,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 " 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 " ansi Also do the ansi builds" print "" print " nocohost Don't start the coLinux sessions if they are" print " not already online" @@ -173,6 +174,9 @@ def main(args): elif flag == "skipupload": config.skipupload = "yes" + elif flag == "ansi": + config.buildansi = "yes" + elif flag == "nocohost": config.startcohost = "no"