Commit Graph

4 Commits

Author SHA1 Message Date
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