-
Notifications
You must be signed in to change notification settings - Fork 171
8323202: [8u] Remove get_source.sh and hgforest.sh #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Welcome back zzambers! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
|
|
You probably need to backport this one first https://hg.openjdk.org/jdk9/jdk9/rev/ea7a041eb994 |
Yes, I think we can use this bug ID and just include get_source.sh as well (removed by 8187443: "Forest Consolidation: Move files to unified layout" which we're obviously not going to backport). Certainly, webrev.ksh should be removed as part of this as well. |
Yes, I think we can use this bug ID and just include get_source.sh as well (removed by 8187443: "Forest Consolidation: Move files to unified layout" which we're obviously not going to backport). Certainly, |
|
@mrserb @gnu-andrew sorry, originally I just wanted to remove |
I would do a separate PR for a backport of 8011180, and then come back to this one as The other bug only removes the one in |
|
Oh, one more I have created PR for JDK-8011180 backport. |
56cba68 to
833f3a8
Compare
|
@zzambers Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
I have updated this PR to do rest of cleanup after JDK-8011180. (Obsolete scripts removed in newer JDKs by JDK-8187443.) I have realized, that I can keep issue/PR name as the only difference to original changeset happens to be, that it removes the other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for doing the other backport.
|
/approval request Remove leftover scripts (used with mercurial forest, no longer useful/working with git). In newer JDKs they were removed by JDK-8187443 (Forest Consolidation: Move files to unified layout). |
|
/approve yes |
|
@gnu-andrew |
|
@zzambers This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
Going to push as commit 3dc011b. |
Remove get_source.sh and hgforest.sh scripts. These scripts were used with mercurial forest and are no longer useful after switching to git.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/417/head:pull/417$ git checkout pull/417Update a local copy of the PR:
$ git checkout pull/417$ git pull https://git.openjdk.org/jdk8u-dev.git pull/417/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 417View PR using the GUI difftool:
$ git pr show -t 417Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/417.diff
Webrev
Link to Webrev Comment