Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Explicitly build EA tag jdk8u272-b06
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Sep 4, 2020
1 parent 5b8584d commit f5c471d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

UPDATE=272
BUILD=b05
BUILD=b06
NAME="openjdk-8u${UPDATE}-${BUILD}"
JRE_NAME="${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
Expand Down
2 changes: 1 addition & 1 deletion install-rhel6-deps-build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE=272
BUILD=b05
BUILD=b06
NAME="openjdk-8u\${UPDATE}-\${BUILD}"
JRE_NAME="\${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
Expand Down

0 comments on commit f5c471d

Please sign in to comment.