Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 529d806

Browse files
minor - changed trunk to 4.1.2 in release script
svn path=/branches/4.1.2/; revision=64836 Former-commit-id: 499b66f1049de33f6552e69f6228a9a36080194b
1 parent 648ffe9 commit 529d806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ create_svn_tag(){
636636
637637
# copy the exact trunk used to run the release
638638
SVN_REVISION=`svn info ${WORKSPACE}/tag/main | grep 'Revision:' | awk '{print $2}'`
639-
svn cp ${GF_WORKSPACE_URL_SSH}/trunk/main@${SVN_REVISION} ${GF_WORKSPACE_URL_SSH}/tags/${RELEASE_VERSION} -m "create tag ${RELEASE_VERSION} based on r${SVN_REVISION}"
639+
svn cp ${GF_WORKSPACE_URL_SSH}/branches/4.1.2@${SVN_REVISION} ${GF_WORKSPACE_URL_SSH}/tags/${RELEASE_VERSION} -m "create tag ${RELEASE_VERSION} based on r${SVN_REVISION}"
640640
641641
# switch the workspace
642642
svn switch ${GF_WORKSPACE_URL_SSH}/tags/${RELEASE_VERSION} ${WORKSPACE}/tag/main

0 commit comments

Comments
 (0)