[jdk8u-dev] RFR: 8323202: [8u] Remove get_source.sh and hgforest.sh

Andrew John Hughes andrew at openjdk.org
Thu Feb 8 13:41:04 UTC 2024


On Sun, 14 Jan 2024 21:16:56 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Remove get_source.sh and hgforest.sh scripts. These scripts were used with mercurial forest and are no longer useful after switching to git.
>
> You probably need to backport this one first https://hg.openjdk.org/jdk9/jdk9/rev/ea7a041eb994

> @mrserb @gnu-andrew sorry, originally I just wanted to remove `get_source.sh` (part of forest consolidation), than found that other script, but missed, that it had a separate bug. :/ Should I close this PR and create new one or just modify this one and add issue using `/issue`?

I would do a separate PR for a backport of 8011180, and then come back to this one as `get_source.sh` and the other `hgforest.sh` will still need to be removed.

~~~
$ find -name 'hgforest.sh'
./common/bin/hgforest.sh
./make/scripts/hgforest.sh
~~~

The other bug only removes the one in `make/scripts` so this could remove the one in `common/bin`.

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/417#issuecomment-1934142962


More information about the jdk8u-dev mailing list