Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Hughes
1595b9b497 Add duplicate check to openjdk_news.sh
Related: RHEL-119331
2025-10-05 23:08:19 +01:00
Andrew Hughes
fe7a115848 Add timezone data update check to openjdk_news.sh
Related: RHEL-119331
2025-10-05 23:07:35 +01:00
Andrew Hughes
441410eeee 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-119331
2025-10-05 23:06:59 +01:00
Thomas Fitzsimmons
22b9f7179c Warn about bundled provide version bumps and backouts in openjdk_news.sh
Related: RHEL-119331
2025-10-05 21:44:37 +01:00
Andrew Hughes
8c6435e7fd 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-30925
2025-08-13 14:34:52 +01:00
Andrew Hughes
24050024cc Move maintenance scripts to a scripts subdirectory
Related: RHEL-30925
2025-08-13 14:34:06 +01:00