Commit Graph

5 Commits

Author SHA1 Message Date
Thomas Fitzsimmons
faff59b15f generate_source_tarball.sh: Use tar exclude options for VCS files
- Related: RHEL-52734
2024-08-04 22:24:19 +01:00
Andrew Hughes
f9f33b7b3d generate_source_tarball.sh: Double-quote DEPTH reference (SC2086)
- generate_source_tarball.sh: Avoid empty DEPTH reference while still appeasing shellcheck

- Related: RHEL-52734
2024-08-04 22:23:50 +01:00
Andrew Hughes
6b2f51cfae generate_source_tarball.sh: Output values of new options WITH_TEMP and OPENJDK_LATEST
- Related: RHEL-52734
2024-08-04 22:23:44 +01:00
Andrew Hughes
539f0a733c 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-52734
2024-08-04 22:23:41 +01:00
Andrew Hughes
b9b37d75af Move maintenance scripts to a scripts subdirectory
- Related: RHEL-52734
2024-08-04 22:23:39 +01:00