We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6797669 commit cb4b9aeCopy full SHA for cb4b9ae
get_source.sh
@@ -74,13 +74,6 @@ configure_defaults() {
74
local openj9_branch=v0.53.0-release
75
local omr_branch=v0.53.0-release
76
77
- # If this repository is on a release branch, use the same branch names
78
- # for OpenJ9 and OMR.
79
- if [[ "$current_branch" =~ (ibm-)?(v[0-9]+\.[0-9]+(\.[0-9]+)?-release) ]] ; then
80
- openj9_branch="${BASH_REMATCH[2]}"
81
- omr_branch="${BASH_REMATCH[2]}"
82
- fi
83
-
84
# folder URL branch options
85
# ------ --- ------ -------
86
add_source openj9 https://github.com/eclipse-openj9/openj9.git $openj9_branch
0 commit comments