Skip to content

Commit b5abce7

Browse files
committed
Update versions to build 0.41
Signed-off-by: Peter Shipton <[email protected]>
1 parent 3b329f2 commit b5abce7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

closed/get_j9_source.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,10 @@ declare -A shas
5757
declare -A references
5858

5959
git_urls[openj9]=https://github.com/eclipse-openj9/openj9
60-
git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
60+
branches[openj9]=v0.41.0-release
6161

62-
currentbranch=$(git rev-parse --abbrev-ref HEAD)
63-
if [[ "$currentbranch" =~ v[0-9]+\.[0-9]+(\.[0-9]+)?-release ]] ; then
64-
branches[openj9]=$currentbranch
65-
branches[omr]=$currentbranch
66-
else
67-
branches[openj9]=master
68-
branches[omr]=openj9
69-
fi
62+
git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
63+
branches[omr]=v0.41.0-release
7064

7165
pflag=false
7266

0 commit comments

Comments
 (0)