RFR: 8356032: createAutoconfBundle.sh downloads to local directory

Ivan Bereziuk duke at openjdk.org
Thu May 1 13:18:19 UTC 2025


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:
* colored logs for easier log reading
* resolved `/../../` in the path to ease log reading.
* `http://yum.oracle.com` was permanently relocated to `https`.

-------------

Commit messages:
 - fixed createAutoconfBundle.sh CD to build/ before the folder is created. Added logs. URL change as https is the only option

Changes: https://git.openjdk.org/jdk/pull/24985/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24985&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8356032
  Stats: 34 lines in 1 file changed: 27 ins; 1 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/24985.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24985/head:pull/24985

PR: https://git.openjdk.org/jdk/pull/24985


More information about the build-dev mailing list