Skip to content

Commit

Permalink
Linter has suddenly got more picky ...
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Feb 20, 2024
1 parent a7385e2 commit 6078ebe
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions content/blog/early-access-builds-feb2024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ reports and reproductions.

## How do I get the early access builds?

You can download the tagged early access builds from [the
website](https://adoptium.net/temurin/nightly/) or the API
You can obtain the tagged early access builds from [the
download page](https://adoptium.net/temurin/nightly/) or the API
using a URL such as the following, changing the operating system and
architecture for your needs. Note that if you are accessing these URLs
using curl you will need to add the -L option to dereference the API’s
Expand All @@ -52,7 +52,7 @@ from the previous week:
- https://api.adoptium.net/v3/binary/version/jdk-21.0.3+2-ea-beta/linux/aarch64/jdk/hotspot/normal/adoptium

Also while it is not the recommended way to retrieve them you can also find
the releases named with an ea-beta suffix directly on the github releases
the releases named with an ea-beta suffix directly on the GitHub releases
pages such as

- https://github.com/adoptium/temurin21-binaries/releases?q=ea-beta&expanded=true
Expand All @@ -78,10 +78,10 @@ upstream openjdk repository will typically give the same output:

- https://github.com/openjdk/jdk21u/compare/jdk-21.0.3+2...jdk-21.0.3+3

From the command line if you have a clone of our repository you can use
From the command-line if you have a clone of our repository you can use
these comments to get the list of commits and or the full source code diff:

```
```sh
git log jdk-21.0.3+2_adopt..jdk-21.0.3+3_adopt
git diff jdk-21.0.3+2_adopt..jdk-21.0.3+3_adopt
```
Expand All @@ -99,7 +99,7 @@ to those referenced earlier it can be downloaded from:

## Why am I not seeing early access builds for the latest release?

There is one caveat for producing early access builds using this procedure.
There is one caveat for producing early access builds using this procedure.
The process relies on the party maintaining the upstream version to perform
the tagging in public. If those tags aren't visible in public, we have no
way to build from an invisible tag. This usually happens for the time
Expand All @@ -116,7 +116,6 @@ know what is in each version you can determine which git SHA we built from
using corresponding SBoM artefact that can be downloaded from the API by
replacing “/jdk/” with “/sbom/” in the above URL. For example:


- https://api.adoptium.net/v3/binary/version/jdk-22+36-ea-beta/linux/aarch64/sbom/hotspot/normal/eclipse?project=jdk

If you are using a GNU grep then this will easily show the commit:
Expand All @@ -125,4 +124,4 @@ If you are using a GNU grep then this will easily show the commit:

For more information on the adoptium API see the swagger-ui docs linked at https://api.adoptium.net

Please let us know if you find the early access builds useful.
Please let us know if you find the early access builds useful.

0 comments on commit 6078ebe

Please sign in to comment.