AdoptOpenJDK / TSC

The AdoptOpenJDK Technical Steering Committee - Also acts as the knowledge portal for the Adopt OpenJDK GitHub projects
71 stars 33 forks source link

Re-publish 8u232 Linux packages that have the wrong version numbers #121

Closed aahlenst closed 4 years ago

aahlenst commented 4 years ago

During the October quarterly update, we erroneously published Linux packages of 8u232 with the wrong version numbers (1.8.0_232-b09 instead of 8u232-b09). See https://github.com/AdoptOpenJDK/openjdk-installer/issues/174. Users don’t get them except they specifically ask for the version that was published. To fix that, I want to remove the packages with the wrong version numbers and to rebuild the installers from our binary releases.

Parameters for Jenkins job standalone_create_installer_linux:

MAJOR_VERSION=8
VERSION=8u232-b09
TAG=jdk8u232-b09
SUB_TAG=8u232b09
JVM=hotspot
MAJOR_VERSION=8
VERSION=8u232-b09.openj9-0.17.0
TAG=jdk8u232-b09_openj9-0.17.0
SUB_TAG=8u232b09_openj9-0.17.0
JVM=openj9
MAJOR_VERSION=8
VERSION=8u232-b09.openj9-0.17.0
TAG=jdk8u232-b09_openj9-0.17.0
SUB_TAG=8u232b09_openj9-0.17.0
JVM=openj9_linuxXL
aahlenst commented 4 years ago

It was approved on Slack and is done for all platforms that have been released so far (ARM32 and ARM64 with HotSpot haven't been released yet).