Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Hughes
a6485c5b8a Add timezone data update check to openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:26:39 +01:00
Andrew Hughes
4fcb413087 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-103210
2025-07-11 22:26:16 +01:00
Thomas Fitzsimmons
ed49018b23 Warn about bundled provide version bumps and backouts in openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:11:27 +01:00
Andrew Hughes
4d80a946a1 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-30943
2024-07-04 02:02:33 +01:00
Andrew Hughes
0d22d03c55 Move maintenance scripts to a scripts subdirectory
Related: RHEL-30943
2024-07-04 02:02:29 +01:00