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..a14927882a 100755
--- a/get.sh
+++ b/get.sh
@@ -570,7 +570,6 @@ getTestKitGen()
echo "git checkout -q -f $tkg_sha"
git checkout -q -f $tkg_sha
- checkTestRepoSHAs
}
getCustomJtreg()
@@ -808,30 +807,15 @@ 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
+ sha_file="$TESTDIR/TKG/SHAs.txt"
+ echo "$TESTDIR/TKG/scripts/getSHAs.sh --repo_dir $1 --output_file $sha_file"
+ $TESTDIR/TKG/scripts/getSHAs.sh --test_root_dir $1 --shas_file $sha_file
+ testenv_file="$TESTDIR/testenv/testenv.properties"
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
}
-checkTestRepoSHAs()
-{
- echo "check adoptium repo and TKG repo SHA"
-
- output_file="$TESTDIR/TKG/SHA.txt"
- if [ -e ${output_file} ]; then
- echo "rm $output_file"
- rm ${output_file}
- fi
-
- checkRepoSHA "$TESTDIR" "ADOPTOPENJDK"
- checkRepoSHA "$TESTDIR/TKG" "TKG"
-}
-
checkOpenJ9RepoSHA()
{
echo "check OpenJ9 Repo sha"
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 @@
-