Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Hughes
f004beb5b8 Make build scripts executable
- Related: RHEL-58798
2024-10-13 23:10:30 +01:00
Andrew Hughes
da7462bf43 Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
Related: RHEL-58798
2024-10-13 21:58:05 +01:00
Andrew Hughes
8ec5954777 generate_source_tarball.sh: Avoid empty DEPTH reference while still appeasing shellcheck
Related: RHEL-30943
2024-07-04 02:02:40 +01:00
Andrew Hughes
f0de87c520 generate_source_tarball.sh: Double-quote DEPTH reference (SC2086)
Related: RHEL-30943
2024-07-04 02:02:38 +01:00
Andrew Hughes
4d28ee1229 generate_source_tarball.sh: Output values of new options WITH_TEMP and OPENJDK_LATEST
Related: RHEL-30943
2024-07-04 02:02:35 +01:00
Andrew Hughes
4d80a946a1 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-30943
2024-07-04 02:02:33 +01:00
Andrew Hughes
0d22d03c55 Move maintenance scripts to a scripts subdirectory
Related: RHEL-30943
2024-07-04 02:02:29 +01:00