Build and distrib changes and etc. for 2.6.1.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,5 +37,8 @@ if [ $skiposx != yes ]; then
|
||||
echo "Fetching the results..."
|
||||
scp "root@$host:$OSX_BUILD/wxPython*-osx*" $STAGING_DIR
|
||||
ssh root@$host "rm $OSX_BUILD/wxPython*-osx*"
|
||||
|
||||
echo "Done!"
|
||||
sleep 1
|
||||
fi
|
||||
|
||||
|
@@ -95,6 +95,8 @@ if [ $skiplinux != yes ]; then
|
||||
ssh root@$host "/sbin/halt"
|
||||
sleep 10
|
||||
fi
|
||||
sleep 30
|
||||
|
||||
echo "Done!"
|
||||
fi
|
||||
|
||||
sleep 30
|
||||
|
@@ -30,4 +30,6 @@ if [ $skipwin != yes ]; then
|
||||
echo "Fetching the results..."
|
||||
scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*" $STAGING_DIR
|
||||
ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*"
|
||||
|
||||
echo "Done!"
|
||||
fi
|
Reference in New Issue
Block a user