X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4bb599887258fe5d1dc0bfd27433932ea7e4347..a8cb1a4947bbbf5e18ce52448f4c3bb4cff4daee:/wxPython/distrib/all/build-osx diff --git a/wxPython/distrib/all/build-osx b/wxPython/distrib/all/build-osx index 3bbb287c26..c7c6fa2c91 100755 --- a/wxPython/distrib/all/build-osx +++ b/wxPython/distrib/all/build-osx @@ -9,6 +9,7 @@ set -o errexit host=$2 flavor=$3 +pyver=$4 if [ $skiposx != yes ]; then # test if the target machine is online @@ -31,10 +32,13 @@ if [ $skiposx != yes ]; then echo "Running build script on $host..." wxdir=$OSX_BUILD/wxPython-src-$VERSION cmd=./do-build-osx - ssh root@$host "cd $OSX_BUILD && $cmd $wxdir $OSX_BUILD $skipclean $VERSION $flavor $PYVER && rm $cmd" + ssh root@$host "cd $OSX_BUILD && $cmd $wxdir $OSX_BUILD $skipclean $VERSION $flavor $pyver && rm $cmd" echo "Fetching the results..." scp "root@$host:$OSX_BUILD/wxPython*-osx*" $STAGING_DIR ssh root@$host "rm $OSX_BUILD/wxPython*-osx*" + + echo "Done!" + sleep 1 fi