From 67be49eec662508cef58c30a2214044d1249a579 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 25 Sep 2006 20:24:42 +0000 Subject: [PATCH] build tweaks, also drop most Python 2.3 builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 17 +++++++++-------- wxPython/distrib/all/build-finalize | 2 +- wxPython/distrib/makerpm | 1 + 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 2d005d1374..373d788a7c 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -49,8 +49,8 @@ def getTasks(config_env): # 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", @@ -73,21 +73,22 @@ def getTasks(config_env): 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("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("co-mdk2006.24","distrib/all/build-rpm", ["beast", "co-mdk2006", "mdk2006", "2.4"], env=config_env), ]) 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-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, diff --git a/wxPython/distrib/all/build-finalize b/wxPython/distrib/all/build-finalize index 1eddedd615..0f3c6549e5 100755 --- a/wxPython/distrib/all/build-finalize +++ b/wxPython/distrib/all/build-finalize @@ -26,7 +26,7 @@ if [ $KIND = daily ]; then echo "Copying to the starship at $destdir..." ssh $UPLOAD_HOST "mkdir -p $destdir" scp -p $STAGING_DIR/* $UPLOAD_HOST:/$destdir - ssh $UPLOAD_HOST "cd $destdir && ls -al" + #ssh $UPLOAD_HOST "cd $destdir && ls -al" # TODO: something to remove old builds from starship, keeping diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index 3d21e5a7c6..bd0fc32e77 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -28,6 +28,7 @@ lcport=gtk unicode=0 tarname=wxPython-src srpmonly=0 +skipclean=0 #---------------------------------------------------------------------- # Check parameters -- 2.47.2