Skip to content

Commit

Permalink
DLPX-90775 Upgrade Toolkit JDK for linux to 8u402 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibasishDelphix authored Apr 13, 2024
1 parent 4578f82 commit cad6635
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
#
# Copyright 2021, 2023 Delphix
# Copyright 2021, 2024 Delphix
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,13 +20,13 @@

override_dh_install:
./scripts/fetch-file-from-artifactory.sh \
"linux/jdk1.8/OpenJDK8U-jdk_x64_linux_hotspot_8u382b05.tar.gz" \
"f71c6600547b472dcc8c58b2fb3d809c61e58705d1c81aa72ffbe9b8f17f5a51" \
"linux/jdk1.8/OpenJDK8U-jdk_x64_linux_hotspot_8u402b06.tar.gz" \
"1ff6612aaf1fe67d8ee164c833c07f4c97cb27159b33a26226978f3a1bf591ba" \
"debian/tmp/usr/share/host-jdks/jdk/linux_x86/jdk1.8/jdk.tar.gz"

./scripts/fetch-file-from-artifactory.sh \
"linux/jdk1.8/OpenJDK8U-jdk_x64_linux_hotspot_8u382b05-manifest" \
"7d011671f10b0f99309f071c933a39d91584890c146bb3e4c94052268c15eae3" \
"linux/jdk1.8/OpenJDK8U-jdk_x64_linux_hotspot_8u402b06-manifest" \
"b102b065b194ce7cbfd1df3f062b4ff2fda5e6a18874d1a5a3cf755dcda90b5b" \
"debian/tmp/usr/share/host-jdks/jdk/linux_x86/jdk1.8/manifest"

./scripts/fetch-file-from-artifactory.sh \
Expand All @@ -40,13 +40,13 @@ override_dh_install:
"debian/tmp/usr/share/host-jdks/jdk/linux_x86/jdk1.8_172/manifest"

./scripts/fetch-file-from-artifactory.sh \
"linux/jdk1.8/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u382b05.tar.gz" \
"4428dc9b6ee50c9f31e13752e88b05a7873ee91ac0f895c94982a8df88cd9ba7" \
"linux/jdk1.8/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u402b06.tar.gz" \
"8b983990c35d0b10431d99caa5d25d4ff0da61e1b0a857f5c670ecaa81f013df" \
"debian/tmp/usr/share/host-jdks/jdk/linux_ppc64le/jdk1.8/jdk.tar.gz"

./scripts/fetch-file-from-artifactory.sh \
"linux/jdk1.8/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u382b05-manifest" \
"81913d3c9bb4c65c3a2a03133181cc8cf167e01839b93b6c23aee2d898704266" \
"linux/jdk1.8/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u402b06-manifest" \
"fba8839c4101f16db9a1ff9ae48f6cdea7a4e99a197567140a52d865e9d12298" \
"debian/tmp/usr/share/host-jdks/jdk/linux_ppc64le/jdk1.8/manifest"

./scripts/fetch-file-from-artifactory.sh \
Expand Down

0 comments on commit cad6635

Please sign in to comment.