cvs to svn changes for 2.8.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,13 +11,13 @@ STAGING_DIR=./BUILD
|
||||
DIST_DIR=../deliver
|
||||
|
||||
# directory to store the wx tree we pull from CVS
|
||||
WX_TEMP_DIR=/tmp/wx-temp
|
||||
WX_TEMP_DIR=/tmp/wx-temp28
|
||||
DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
|
||||
|
||||
CURDATE=`date -I`
|
||||
|
||||
# build info
|
||||
BUILD_VERSION=2.8.4
|
||||
BUILD_VERSION=2.8.5-rc1
|
||||
BUILD_TAG=HEAD
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ if [ "$KIND" = "release" ]; then
|
||||
else
|
||||
KIND=daily
|
||||
BUILD_VERSION=${CURDATE}
|
||||
FTPDIR=/home/ftp/pub/CVS_HEAD/v2
|
||||
FTPDIR=/home/ftp/pub/28_Branch/v2
|
||||
fi
|
||||
|
||||
echo "Building for ${BUILD_VERSION}"
|
||||
|
Reference in New Issue
Block a user