Commit Graph

13 Commits

Author SHA1 Message Date
Andrew Hughes
8ccc2fa4b6 Add duplicate check to openjdk_news.sh
Related: RHEL-119329
2025-10-18 14:55:10 +01:00
Andrew Hughes
072e666708 Add timezone data update check to openjdk_news.sh
Related: RHEL-119329
2025-10-18 14:54:49 +01:00
Andrew Hughes
faec47b00c Print bundle updates and backouts at end of openjdk_news.sh output
- Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh

Related: RHEL-119329
2025-10-18 14:53:59 +01:00
Andrew Hughes
69e7afabc9 Add OpenJDK 8u support to get_bundle_versions.sh
Related: RHEL-119329
2025-10-18 14:53:29 +01:00
Andrew Hughes
d5c8712f0f Update get_bundle_versions.sh to match other scripts
- get_bundle_versions.sh: Add license
- get_bundle_versions.sh: Set compile-command in Emacs
- get_bundle_versions.sh: Use different error codes for different failures
- get_bundle_versions.sh: Remove unneeded '.' in JPEG version
- get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086)
- get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002)

Related: RHEL-119329
2025-10-18 14:52:58 +01:00
Andrew Hughes
9e9257aea9 Add script to obtain bundled library versions from OpenJDK sources
Related: RHEL-119329
2025-10-18 14:51:45 +01:00
Thomas Fitzsimmons
f78490b9dc Warn about bundled provide version bumps and backouts in openjdk_news.sh
Related: RHEL-119329
2025-10-18 14:51:14 +01:00
Andrew Hughes
26303862c8 Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
Related: RHEL-58786
2025-08-18 16:51:21 +01:00
Andrew Hughes
b958d97cfd generate_source_tarball.sh: Support using a subdirectory via TO_COMPRESS
Related: RHEL-30937
2025-06-29 21:07:41 +01:00
Andrew Hughes
97ade9b0cf generate_source_tarball.sh: Handle an existing checkout
- generate_source_tarball.sh: Sync indentation with java-21-openjdk version

Related: RHEL-30937
2025-06-29 21:07:39 +01:00
Andrew Hughes
fbb464bba9 Fix maintenance scripts to pass shellcheck
- discover_trees.sh: Set compile-command and indentation instructions for Emacs
- discover_trees.sh: shellcheck: Do not use -o (SC2166)
- discover_trees.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- discover_trees.sh: shellcheck: Double-quote variable references (SC2086)
- generate_source_tarball.sh: Add authorship
- icedtea_sync.sh: Set compile-command and indentation instructions for Emacs
- icedtea_sync.sh: shellcheck: Double-quote variable references (SC2086)
- icedtea_sync.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- openjdk_news.sh: Set compile-command and indentation instructions for Emacs
- openjdk_news.sh: shellcheck: Double-quote variable references (SC2086)
- openjdk_news.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
- openjdk_news.sh: shellcheck: Remove deprecated egrep usage (SC2196)

Related: RHEL-30937
2025-06-29 21:07:33 +01:00
Andrew Hughes
d0f2a0eda7 icedtea_sync.sh: Update with a VCS mode that retrieves sources from a Mercurial repository
Related: RHEL-30937
2025-06-29 21:07:31 +01:00
Andrew Hughes
740caafbc9 Move maintenance scripts to a scripts subdirectory
Related: RHEL-30937
2025-06-29 21:07:27 +01:00