Use $ on variables!!!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,7 +57,7 @@ function usage {
|
|||||||
echo ""
|
echo ""
|
||||||
echo " skipsource Don't build the source archives, use the ones"
|
echo " skipsource Don't build the source archives, use the ones"
|
||||||
echo " already in the staging dir."
|
echo " already in the staging dir."
|
||||||
echo " onlysource Exit after building the source archives"
|
echo " onlysource Exit after building the source and docs archives"
|
||||||
echo " skipdocs Don't rebuild the docs"
|
echo " skipdocs Don't rebuild the docs"
|
||||||
echo " skipwin Don't do the remote Windows build"
|
echo " skipwin Don't do the remote Windows build"
|
||||||
echo " skiposx Don't do the remote OSX build"
|
echo " skiposx Don't do the remote OSX build"
|
||||||
@@ -136,6 +136,7 @@ VERSION=`python -c "import setup;print setup.VERSION"`
|
|||||||
#echo VERSION=$VERSION
|
#echo VERSION=$VERSION
|
||||||
#exit 0
|
#exit 0
|
||||||
|
|
||||||
|
|
||||||
echo "Getting started at " `date`
|
echo "Getting started at " `date`
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
@@ -255,8 +256,8 @@ function DoOSXBuild {
|
|||||||
|
|
||||||
if [ $skiposx != yes ]; then
|
if [ $skiposx != yes ]; then
|
||||||
|
|
||||||
DoOSXBuild $OSX_HOST_panther panther
|
|
||||||
DoOSXBuild $OSX_HOST_jaguar jaguar
|
DoOSXBuild $OSX_HOST_jaguar jaguar
|
||||||
|
DoOSXBuild $OSX_HOST_panther panther
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -330,7 +331,7 @@ if [ $KIND = daily ]; then
|
|||||||
mkdir -p $destdir
|
mkdir -p $destdir
|
||||||
cp $STAGING_DIR/* $destdir
|
cp $STAGING_DIR/* $destdir
|
||||||
|
|
||||||
if [ skipupload != yes ]; then
|
if [ $skipupload != yes ]; then
|
||||||
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"
|
||||||
@@ -381,7 +382,7 @@ if [ $KIND = release ]; then
|
|||||||
mkdir -p $destdir
|
mkdir -p $destdir
|
||||||
cp $STAGING_DIR/* $destdir
|
cp $STAGING_DIR/* $destdir
|
||||||
|
|
||||||
if [ skipupload != yes ]; then
|
if [ $skipupload != yes ]; then
|
||||||
echo "Copying to the starship..."
|
echo "Copying to the starship..."
|
||||||
destdir=$UPLOAD_PREVIEW_ROOT/$VERSION
|
destdir=$UPLOAD_PREVIEW_ROOT/$VERSION
|
||||||
ssh $UPLOAD_HOST "mkdir -p $destdir"
|
ssh $UPLOAD_HOST "mkdir -p $destdir"
|
||||||
|
Reference in New Issue
Block a user