]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-finalize
Added missing header
[wxWidgets.git] / wxPython / distrib / all / build-finalize
index 601a221725ef5522e8c81d2243ee1b279939dafa..0f3c6549e5a4892a9f9ab879f2709a68618a4365 100755 (executable)
@@ -3,10 +3,6 @@
 
 set -o errexit
 
-# read the config variables from the file given on the command line
-. $1
-
-
 
 
 chmod a+r $STAGING_DIR/*
@@ -29,8 +25,8 @@ if [ $KIND = daily ]; then
        destdir=$UPLOAD_DAILY_ROOT/$DAILY
        echo "Copying to the starship at $destdir..."
        ssh $UPLOAD_HOST "mkdir -p $destdir"
-       scp $STAGING_DIR/* $UPLOAD_HOST:/$destdir
-       ssh $UPLOAD_HOST "cd $destdir && ls -al"
+       scp -p $STAGING_DIR/* $UPLOAD_HOST:/$destdir
+       #ssh $UPLOAD_HOST "cd $destdir && ls -al"
 
 
         # TODO: something to remove old builds from starship, keeping 
@@ -79,7 +75,7 @@ if [ $KIND = release ]; then
        echo "Copying to the starship..."
        destdir=$UPLOAD_PREVIEW_ROOT/$VERSION
        ssh $UPLOAD_HOST "mkdir -p $destdir"
-       scp $STAGING_DIR/* $UPLOAD_HOST:/$destdir
+       scp -p $STAGING_DIR/* $UPLOAD_HOST:/$destdir
 
         # Send email to wxPython-dev
        DATE=`date`