]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-finalize
Added missing header
[wxWidgets.git] / wxPython / distrib / all / build-finalize
index 4ce39615107f5f9379205ede49d75a0a44026164..0f3c6549e5a4892a9f9ab879f2709a68618a4365 100755 (executable)
@@ -3,10 +3,6 @@
 
 set -o errexit
 
 
 set -o errexit
 
-# read the config variables from the file given on the command line
-# . $1
-
-
 
 
 chmod a+r $STAGING_DIR/*
 
 
 chmod a+r $STAGING_DIR/*
@@ -30,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
        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 
 
 
         # TODO: something to remove old builds from starship, keeping