set -o errexit
# read the config variables from the file given on the command line
-. $1
+# . $1
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"
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`
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