Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Signed-off-by: U-andrew-repro-te\adoptium <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 17, 2023
1 parent 33b2ebd commit 4932d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/ReproducibleBuilds.MD
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bash comparable_patch.sh <jdk_home_dir> <version_str> <vendor_name> <vendor_url>
```
The Vendor strings and urls can be found by running your jdk's "java -XshowSettings":
```
java -XswhoSettings:
java -XshowSettings:
...
java.vendor = Eclipse Adoptium
java.vendor.url = https://adoptium.net/
Expand All @@ -101,7 +101,7 @@ eg.
bash comparable_patch.sh jdk1/jdk-21.0.1+12 "Temurin-21.0.1+12" "Eclipse Adoptium" "https://adoptium.net/" "https://github.com/adoptium/adoptium-support/issues" "https://github.com/adoptium/adoptium-support/issues"
```

3. Unzip the other Vendor JDK to compare with, say into "jdk2", and run similar comparable_patch.sh
3. Unzip the other Vendor JDK to compare with, say into "jdk2", and run a similar comparable_patch.sh
for that Vendor branding

4. Diff recursively the now Vendor neutralized jdk directories
Expand Down

0 comments on commit 4932d00

Please sign in to comment.