From 9dd014a2b5f6cc03cbb23275712ff64de9fb52aa Mon Sep 17 00:00:00 2001 From: Ravali Yatham Date: Tue, 4 Jul 2023 15:39:41 +0530 Subject: [PATCH] Update branch and repo details for generating ifix on IJ47413 Signed-off-by: Ravali Yatham --- closed/get_j9_source.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/closed/get_j9_source.sh b/closed/get_j9_source.sh index 0ba55d9e2ad..37f97a16f9d 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -56,11 +56,11 @@ declare -A git_urls declare -A shas declare -A references -git_urls[openj9]=https://github.com/eclipse-openj9/openj9 -branches[openj9]=v0.38.0-release +git_urls[openj9]=git@github.com:ibmruntimes/semeru-openj9.git +branches[openj9]=ifix-17.0.7.7_APAR-IJ47413_20230704_01 -git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr -branches[omr]=v0.38.0-release +git_urls[omr]=git@github.com:ibmruntimes/semeru-openj9-omr.git +branches[omr]=ifix-17.0.7.7_APAR-IJ47413_20230704_01 pflag=false