Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Hughes
02881e3aa7 Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh
Resolves: RHEL-119329
2025-10-18 14:55:37 +01:00
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
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
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
740caafbc9 Move maintenance scripts to a scripts subdirectory
Related: RHEL-30937
2025-06-29 21:07:27 +01:00