X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/950905affdfa9041316f82308e1a11e82c783070..6f58f3d7e0ed959dd6a568a70161ec14ec524feb:/distrib/scripts/pre-flight.sh diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index d022fccb06..2d1145ebef 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -17,16 +17,18 @@ if [ ! -d $WX_WEB_DIR ]; then svn co https://svn.wxwidgets.org/svn/wxWebSite/trunk wxWebSite else cd $WX_WEB_DIR + svn cleanup svn up fi if [ ! -d $WX_SRC_DIR ]; then cd $WX_TEMP_DIR echo "Grabbing wx CVS with tag $BUILD_TAG" - svn co https://svn.wxwidgets.org/svn/wxWidgets/trunk wxWidgets + svn co https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/ wxWidgets cd $WX_SRC_DIR else cd $WX_SRC_DIR + svn cleanup svn up fi @@ -66,7 +68,7 @@ tar czf $DIST_DIR/wxWidgets-snapshot-$BUILD_VERSION.tar.gz $WX_TEMP_DIR cp $SCRIPTDIR/create_archives.sh $APPDIR/distrib/scripts chmod +x $APPDIR/distrib/scripts/create_archives.sh -$APPDIR/distrib/scripts/create_archives.sh --all +$APPDIR/distrib/scripts/create_archives.sh --wxall --wxmsw echo "Tarballs located at: $DIST_DIR" @@ -116,6 +118,6 @@ md5sum ${FTPDIR}/wx* > ${FTPDIR}/MD5SUM ## make sure updated at is really last sleep 10 -echo cvs checkout done at `date -u` > ${FTPDIR}/updated_at.txt +echo svn checkout done at `date -u` > ${FTPDIR}/updated_at.txt echo "Delivery complete. Flying."