-
Notifications
You must be signed in to change notification settings - Fork 235
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
8288928: Incorrect GPL header in pnglibconf.h (backport of JDK-8185041) #1169
Conversation
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
/clean Backport is clean, but I have to create a new JBS issue, the initial one is closed. |
@mrserb Can only mark backport pull requests, with an original hash, as clean |
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.
Lgtm.
@mrserb 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 138 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
@kevinrushforth @prrace Do you know is it possible to open an initial JBS issue? |
Can you please change the title to "Backport 70762d3"? Thanks. |
@mrserb @GoeLin We have determined that we cannot make JBS bug JDK-8185041 public, so please proceed with this review under the new Bug ID, JDK-8288928, as you have done. |
Thanks @kevinrushforth for taking a look. I've approved JDK-8288928 now, please go ahead and integrate. |
/issue add 8185041 |
@mrserb For traceability we should try to mention the original, closed issue, in the commit message of the backport. Either try |
Also, the title of the JBS issue has changed. Please check that this is reflected correctly in the title of this PR before integrating. If it isn't, please correct the PR title manually. Thanks |
@mrserb, could you please handle above remarks and integrate? Thanks! |
/issue add 8288928 |
@mrserb This issue is referenced in the PR title - it will now be updated. |
/integrate |
Going to push as commit 39ec436.
Your commit was automatically rebased without conflicts. |
Hi all,
This pull request contains a backport of commit 70762d39 from the openjdk/jdk repository.
The commit being backported was authored by Sergey Bylokhov on 7 Oct 2019 and was reviewed by Phil Race.
Thanks!
Backport is clean, but I have to create a new JBS issue, the initial one is closed.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1169/head:pull/1169
$ git checkout pull/1169
Update a local copy of the PR:
$ git checkout pull/1169
$ git pull https://git.openjdk.org/jdk11u-dev pull/1169/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1169
View PR using the GUI difftool:
$ git pr show -t 1169
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1169.diff