summaryrefslogtreecommitdiffstats
path: root/docs/update8checksums.sh
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-10-22 09:13:53 +0200
committerRichard Leitner <richard.leitner@skidata.com>2020-10-22 13:16:55 +0200
commite57d6316628670f6b037101bdff8f2e0da7f1605 (patch)
treec24f804348450561c7d42f5081a6ce4ab177043d /docs/update8checksums.sh
parentc8892a953a64f354575e66a68742c1b2a138f3a7 (diff)
downloadmeta-java-e57d6316628670f6b037101bdff8f2e0da7f1605.tar.gz
openjdk-8: update to latest ga version 272
For aarch32 we need to fall back to b09 as there is no ga tag available yet. Patch related changes: * 0011, 0012 & 0013 were changed to valid git patches Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Cherry-picked-from: 03537feee539526ec9bb0cf4f55dd4eef6badc71
Diffstat (limited to 'docs/update8checksums.sh')
-rwxr-xr-xdocs/update8checksums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/update8checksums.sh b/docs/update8checksums.sh
index 476841b..ccf68d1 100755
--- a/docs/update8checksums.sh
+++ b/docs/update8checksums.sh
@@ -31,7 +31,7 @@ COMMON_TAG="jdk8u${OPENJDK_UPDATE}-ga"
31 31
32AARCH32_BASEURL="https://hg.openjdk.java.net/aarch32-port/jdk8u" 32AARCH32_BASEURL="https://hg.openjdk.java.net/aarch32-port/jdk8u"
33AARCH32_CHANGESET_ID="$(grep "^CHANGESET_ID" recipes-core/openjdk/openjdk-8-release-aarch32.inc | cut -d= -f2 | tr -d \")" 33AARCH32_CHANGESET_ID="$(grep "^CHANGESET_ID" recipes-core/openjdk/openjdk-8-release-aarch32.inc | cut -d= -f2 | tr -d \")"
34AARCH32_TAG="jdk8u${OPENJDK_UPDATE}-ga-aarch32-${AARCH32_CHANGESET_ID}" 34AARCH32_TAG="jdk8u${OPENJDK_UPDATE}-${AARCH32_CHANGESET_ID}"
35 35
36AARCH64_BASEURL="https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah" 36AARCH64_BASEURL="https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah"
37AARCH64_CHANGESET_ID="$(grep "^CHANGESET_ID" recipes-core/openjdk/openjdk-8-release-aarch64.inc | cut -d= -f2 | tr -d \")" 37AARCH64_CHANGESET_ID="$(grep "^CHANGESET_ID" recipes-core/openjdk/openjdk-8-release-aarch64.inc | cut -d= -f2 | tr -d \")"