git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30075
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if [ $KIND = daily ]; then
if [ $KIND = daily ]; then
+ echo "Copying to the local file server..."
+ destdir=/stuff/temp/$VERSION
+ mkdir -p $destdir
+ cp $STAGING_DIR/* $destdir
+
destdir=$UPLOAD_DAILY_ROOT/$DAILY
echo "Copying to the starship at $destdir..."
ssh $UPLOAD_HOST "mkdir -p $destdir"
destdir=$UPLOAD_DAILY_ROOT/$DAILY
echo "Copying to the starship at $destdir..."
ssh $UPLOAD_HOST "mkdir -p $destdir"