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
This commit is contained in:
@@ -322,6 +322,11 @@ fi
|
|||||||
|
|
||||||
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
|
destdir=$UPLOAD_DAILY_ROOT/$DAILY
|
||||||
echo "Copying to the starship at $destdir..."
|
echo "Copying to the starship at $destdir..."
|
||||||
ssh $UPLOAD_HOST "mkdir -p $destdir"
|
ssh $UPLOAD_HOST "mkdir -p $destdir"
|
||||||
|
Reference in New Issue
Block a user