]> git.saurik.com Git - wxWidgets.git/commitdiff
Keep a local copy of the daily builds too
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 20:28:17 +0000 (20:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 20:28:17 +0000 (20:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all

index a8308d7f4e5cfc89c7b50e15aa8fba9bce326960..e6e2d28a0ba414bc8c6d552ca4a91b3e96fc7cae 100755 (executable)
@@ -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"