[jdk8u-ri] Integrated: 8210283: Support git as an SCM alternative in the build

Erik Joelsson erikj at openjdk.java.net
Mon Apr 18 17:02:51 UTC 2022


On Thu, 14 Apr 2022 21:22:09 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> This is a backport of the changes needed to support building from Git repos. I've tried to keep the changes minimal. The patch differs quite a bit from the original jdk8u backport of this change, mainly in the parts that only really serve to interact with Oracle custom build logic, and likely aren't used by anyone in jdk8u main. For example, I chose to keep the existing .hgtip files instead of trying to rename them to something else (.gittip or .src-rev), as updating the external dependencies we have on these file names would be too much work for this release.

This pull request has now been integrated.

Changeset: dfcf70de
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/jdk8u-ri/commit/dfcf70dea5690d563e6ff443ca75535a96bb6b59
Stats:     79 lines in 5 files changed: 74 ins; 0 del; 5 mod

8210283: Support git as an SCM alternative in the build

Removes forest handling of SCM ids

Reviewed-by: mikael, tbell
Backport-of: 054b85b1f65254b2d3d2a1d343e14d8eabd1af40

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

PR: https://git.openjdk.java.net/jdk8u-ri/pull/1


More information about the jdk8u-dev mailing list