mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 04:08:19 +00:00
HHH-5524 changed script so that the tagUrl is right for branches as well
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20633 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
7cb332acab
commit
ed2630c177
@ -68,7 +68,7 @@ if [ -Z "$projectName" ]; then
|
||||
exit;
|
||||
fi
|
||||
projectUrl=`svn info $projectDir | grep URL | awk '{print $2}'`
|
||||
tagUrl=`echo $projectUrl | sed 's|\(.*\)/trunk.*|\1/tags/|'`$projectName-$releaseVersion
|
||||
tagUrl=`echo $projectUrl | sed 's|\(.*\)/.*$|\1/tags/|'`$projectName-$releaseVersion
|
||||
|
||||
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user