From 5df4dd4bc50cdefa013f72e9fc4b56e25d238aac Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Oct 2004 20:28:17 +0000 Subject: [PATCH] Keep a local copy of the daily builds too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index a8308d7f4e..e6e2d28a0b 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -322,6 +322,11 @@ fi 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" -- 2.45.2