From c402bf749616655dc2d6d4ddcb51c1b7953a8ff6 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 12 Dec 2024 09:23:36 -0500 Subject: [PATCH] Move SHA check function to TKG --- functional/OpenJcePlusTests/build.xml | 1 - functional/security/Crypto/build.xml | 1 - get.sh | 4 ---- openjdk/build.xml | 1 - system/common.xml | 3 --- 5 files changed, 10 deletions(-) diff --git a/functional/OpenJcePlusTests/build.xml b/functional/OpenJcePlusTests/build.xml index f884ea0789..f09f1c30ec 100644 --- a/functional/OpenJcePlusTests/build.xml +++ b/functional/OpenJcePlusTests/build.xml @@ -95,7 +95,6 @@ - diff --git a/functional/security/Crypto/build.xml b/functional/security/Crypto/build.xml index 603c8306a3..2066875be6 100644 --- a/functional/security/Crypto/build.xml +++ b/functional/security/Crypto/build.xml @@ -43,7 +43,6 @@ - diff --git a/get.sh b/get.sh index 90b95f251b..0302319d80 100755 --- a/get.sh +++ b/get.sh @@ -808,12 +808,8 @@ testJavaVersion() checkRepoSHA() { - sha_file="$TESTDIR/TKG/SHA.txt" testenv_file="$TESTDIR/testenv/testenv.properties" - echo "$TESTDIR/TKG/scripts/getSHA.sh --repo_dir $1 --output_file $sha_file" - $TESTDIR/TKG/scripts/getSHA.sh --repo_dir $1 --output_file $sha_file - echo "$TESTDIR/TKG/scripts/getTestenvProperties.sh --repo_dir $1 --output_file $testenv_file --repo_name $2" $TESTDIR/TKG/scripts/getTestenvProperties.sh --repo_dir $1 --output_file $testenv_file --repo_name $2 } diff --git a/openjdk/build.xml b/openjdk/build.xml index 66703c0e97..4f83a4f101 100755 --- a/openjdk/build.xml +++ b/openjdk/build.xml @@ -232,7 +232,6 @@ - diff --git a/system/common.xml b/system/common.xml index 2dc220e63c..54f406ac83 100644 --- a/system/common.xml +++ b/system/common.xml @@ -112,7 +112,6 @@ - @@ -181,7 +180,6 @@ - @@ -251,7 +249,6 @@ -