You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: common.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,7 @@ create_svn_tag(){
636
636
637
637
# copy the exact trunk used to run the release
638
638
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}"
0 commit comments