Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Hughes
0c4dbd8c0e Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh
Resolves: RHEL-103209
2025-08-13 17:39:52 +01:00
Andrew Hughes
eb9b0e0dc9 Add duplicate check to openjdk_news.sh
Related: RHEL-103209
2025-08-13 17:39:49 +01:00
Andrew Hughes
5d98770556 Add timezone data update check to openjdk_news.sh
Related: RHEL-103209
2025-08-13 17:39:45 +01:00
Andrew Hughes
c00a9b0dde 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-103209
2025-08-13 17:39:29 +01:00
Thomas Fitzsimmons
5310bcb1e9 Warn about bundled provide version bumps and backouts in openjdk_news.sh
Related: RHEL-103209
2025-07-11 21:29:40 +01:00
Andrew Hughes
5a64784bdd 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-30946
2024-08-02 21:40:52 +01:00
Andrew Hughes
af5f67c762 Move maintenance scripts to a scripts subdirectory
Related: RHEL-30946
2024-08-02 21:40:46 +01:00