]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-finalize
reSWIGged
[wxWidgets.git] / wxPython / distrib / all / build-finalize
index 63eceea5fb651eab68c7cad20944a1d81ceda954..4ce39615107f5f9379205ede49d75a0a44026164 100755 (executable)
@@ -4,7 +4,7 @@
 set -o errexit
 
 # read the config variables from the file given on the command line
-. $1
+. $1
 
 
 
@@ -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`
@@ -96,8 +96,8 @@ Hi,
 A new RC build of wxPython has been uploaded to starship.  
 
    Version: $VERSION
-   URL:     http://starship.python.net/crew/robind/wxPython/preview/$VERSION
-   Changes: http://starship.python.net/crew/robind/wxPython/preview/$VERSION/CHANGES.html
+   URL:     http://starship.python.net/crew/robind/wxPython/rc/$VERSION
+   Changes: http://starship.python.net/crew/robind/wxPython/rc/$VERSION/CHANGES.html
 
 Have fun!
 R'bot