]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-finalize
Merge #3 from the 2.6 branch, containing last set of changes before
[wxWidgets.git] / wxPython / distrib / all / build-finalize
index 601a221725ef5522e8c81d2243ee1b279939dafa..84d705527ca2a1bcc416005147705d7a47ac7745 100755 (executable)
@@ -29,7 +29,7 @@ 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
+       scp -p $STAGING_DIR/* $UPLOAD_HOST:/$destdir
        ssh $UPLOAD_HOST "cd $destdir && ls -al"
 
 
@@ -79,7 +79,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`