Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Hughes
c2c6a6d0e3 Update get_bundle_versions.sh to match other scripts
- get_bundle_versions.sh: Add license
- get_bundle_versions.sh: Set compile-command in Emacs
- get_bundle_versions.sh: Use different error codes for different failures
- get_bundle_versions.sh: Remove unneeded '.' in JPEG version
- get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086)
- get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002)

Related: RHEL-119331
2025-10-05 22:24:28 +01:00
Andrew Hughes
c09acb2e73 Add script to obtain bundled library versions from OpenJDK sources
Related: RHEL-119331
2025-10-05 22:22:33 +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
e72e4df309 Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
Related: RHEL-58792
2025-08-19 21:36:07 +01:00
Andrew Hughes
f6024eaa9f generate_source_tarball.sh: Support using a subdirectory via TO_COMPRESS
Related: RHEL-30925
2025-08-13 14:36:00 +01:00
Andrew Hughes
2b2b82ec9e generate_source_tarball.sh: Handle an existing checkout
- generate_source_tarball.sh: Sync indentation with java-21-openjdk version

Related: RHEL-30925
2025-08-13 14:35:32 +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
388e72d05c icedtea_sync.sh: Update with a VCS mode that retrieves sources from a Mercurial repository
Related: RHEL-30925
2025-08-13 14:34:26 +01:00
Andrew Hughes
24050024cc Move maintenance scripts to a scripts subdirectory
Related: RHEL-30925
2025-08-13 14:34:06 +01:00