Commit Graph

22 Commits

Author SHA1 Message Date
Andrew Hughes
ae42098fa4 Obsolete old RHEL releases (9.7.0-z, 10.1-z)
Resolves: RHEL-212344
2026-07-18 23:32:25 +01:00
Andrew Hughes
e95a17c7f0 Cleanup tagging and gating scripts to appease shellcheck:
* scripts/builds/build_vanilla.sh: Use an array to handle the varying arguments to rhpkg.
* scripts/builds/check_signatures.sh: Quote variable usage.
* scripts/builds/waive_issue.sh: Remove redundant 'test "x"' usage.
* scripts/builds/waive_leapp_issue.sh: Likewise.
* scripts/builds/waive_rpminspect.sh: Likewise.
* scripts/builds/waive_usual_rpminspect.sh: Likewise and add missing WORKING_DIR variable.
* scripts/builds/waive_usual_tier0.sh: Remove redundant 'test "x"' usage.

Related: RHEL-212331
Related: RHEL-212335
2026-07-18 23:18:40 +01:00
Andrew Hughes
b95d2b50cc Add gating scripts to simplify obtaining results and waiving issues
Resolves: RHEL-212335
2026-07-18 23:18:09 +01:00
Andrew Hughes
39c3f98316 Update tagged versions to include 9.8.0-z, 9.9.0, 10.2-z & 10.3.
Resolves: RHEL-212333
2026-07-18 23:17:20 +01:00
Andrew Hughes
cce237df0f Update tagging scripts to include signature checks and correctly handle gating
Resolves: RHEL-212331
2026-07-18 23:15:38 +01:00
Andrew Hughes
442ba5a54c Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
Resolves: RHEL-142819
2026-01-21 03:49:24 +00:00
Andrew Hughes
bc06a073a7 Add scripts to handle tagging of portable-based RPMs
Related: RHEL-118773
Related: RHEL-119450
2025-10-18 16:04:05 +01:00
Andrew Hughes
d6256bcf5d Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh
Resolves: RHEL-103210
2025-07-11 22:26:44 +01:00
Andrew Hughes
f79ba1f530 Add duplicate check to openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:26:41 +01:00
Andrew Hughes
a6485c5b8a Add timezone data update check to openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:26:39 +01:00
Andrew Hughes
4fcb413087 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-103210
2025-07-11 22:26:16 +01:00
Andrew Hughes
fef04a652f Add OpenJDK 8u support to get_bundle_versions.sh
Related: RHEL-103210
2025-07-11 22:16:43 +01:00
Andrew Hughes
940a6c2b56 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-103210
2025-07-11 22:16:08 +01:00
Andrew Hughes
107d17dc66 Add script to obtain bundled library versions from OpenJDK sources
Related: RHEL-103210
2025-07-11 22:15:49 +01:00
Thomas Fitzsimmons
ed49018b23 Warn about bundled provide version bumps and backouts in openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:11:27 +01:00
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