From: Robin Dunn Date: Thu, 17 Jun 2004 05:49:00 +0000 (+0000) Subject: Fixed upload location, test sending an email when successfully finished X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7940844666e386a264a407486a05effd7c3f39f3?ds=sidebyside Fixed upload location, test sending an email when successfully finished git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index a5c691edce..7c75c89111 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -320,6 +320,7 @@ fi # --------------------------------------------------------------------------- # Final disposition of build results... +chmod a+r $STAGING_DIR/* if [ $KIND = dryrun ]; then # we're done @@ -329,10 +330,12 @@ fi if [ $KIND = daily ]; then - destdir=$UPLOAD_PREVIEW_ROOT/$DAILY + 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" + echo "Cleaning up staging dir..." rm $STAGING_DIR/* @@ -342,6 +345,18 @@ if [ $KIND = daily ]; then # only N days worth # TODO: Send email to wxPython-dev? + cat <