mirror of https://github.com/jenkinsci/jenkins.git
Initialized merge tracking via "svnmerge" with revisions "1-21765" from
https://www.dev.java.net/svn/hudson/branches/rc git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21766 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
parent
2d8bc4f212
commit
545a2b97e1
1
rc.sh
1
rc.sh
|
|
@ -40,6 +40,7 @@ RC=$repo/branches/rc
|
|||
tag=$repo/tags/hudson-$(show-pom-version pom.xml | sed -e "s/-SNAPSHOT//g" -e "s/\\./_/g")-rc
|
||||
|
||||
svn rm -m "deleting the old RC branch" $RC
|
||||
svn up
|
||||
rev=$(svn info --xml . | xmlstarlet sel -t -v /info/entry/@revision)
|
||||
svn cp -m "tagging the branch point" $repo/trunk/hudson/main@$rev $tag
|
||||
svn cp -m "creating a new RC branch" $repo/trunk/hudson/main@$rev $RC
|
||||
|
|
|
|||
Loading…
Reference in New Issue