Commit Graph

3 Commits

Author SHA1 Message Date
Thomas Fitzsimmons
d3d414ae28 Warn about bundled provide version bumps and backouts in openjdk_news.sh
- Warn about bundled provide version bumps and backouts in openjdk_news.sh

Related: RHEL-73981
Related: RHEL-73559
2025-01-15 04:40:22 -05:00
Andrew Hughes
a192123ddb 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-46635
2024-09-30 16:54:49 -04:00
Andrew Hughes
30f29262cc Move maintenance scripts to a scripts subdirectory
- Move maintenance scripts to a scripts subdirectory
- Related: RHEL-46635
2024-09-30 16:54:41 -04:00