On Thu, 1 May 2025 13:12:46 GMT, Ivan Bereziuk <d...@openjdk.org> wrote:
> Fixed a small issue in createAutoconfBundle.sh where we CD to > `build/autoconf` folder before it's created. > As result, we end up with `m4` and `autoconf` downloadable and unpacked > folders in CWD. > > By a chance, I did few other improvements: > * added colored logs > * and resolved `../../` in the path to ease log reading > * changed URL `http://yum.oracle.com` as `https` is the only option today. This pull request has now been integrated. Changeset: cf2f9ce8 Author: Ivan Bereziuk <ivan.berez...@oracle.com> Committer: Erik Joelsson <er...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/cf2f9ce8207f12bd25fc866c179ff13b961bea44 Stats: 34 lines in 1 file changed: 27 ins; 1 del; 6 mod 8356032: createAutoconfBundle.sh downloads to local directory Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/24985