-
Notifications
You must be signed in to change notification settings - Fork 232
8278163: --with-cacerts-src variable resolved after GenerateCacerts recipe setup #170
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
8278163: --with-cacerts-src variable resolved after GenerateCacerts recipe setup #170
Conversation
|
👋 Welcome back aleonard! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
|
This is the PR to backport https://bugs.openjdk.java.net/browse/JDK-8278163 to resolve the issue for the already merged dependent PR for https://bugs.openjdk.java.net/browse/JDK-8278080. |
Webrevs
|
…ecipe setup Signed-off-by: Andrew Leonard <anleonar@redhat.com>
|
I've patched this PR to correctly mirror the head stream fix: https://github.com/openjdk/jdk/pull/6680/files |
|
Can I get a review of this backport please? |
jerboaa
left a comment
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.
The reason this is not clean is the copyright change. The original change didn't include it: openjdk/jdk@45da3ae
Remove it and it'll show up as clean :)
|
Ah! nice one Severin, i'll change that.
Thanks
Andrew
…On Tue, Feb 22, 2022 at 12:50 PM Severin Gehwolf ***@***.***> wrote:
***@***.**** requested changes on this pull request.
The reason this is not clean is the copyright change. The original change
didn't include it: ***@***.***
<openjdk/jdk@45da3ae>
Remove it and it'll show up as clean :)
—
Reply to this email directly, view it on GitHub
<#170 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHQDDN5QQNCBPCT5XASMABTU4OBBRANCNFSM5OYOZV3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
|
@andrew-m-leonard This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@jerboaa) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@jerboaa thanks that's done the trick :-) |
jerboaa
left a comment
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.
You don't need the review, but it looks good to me anyway :)
|
/integrate |
|
@andrew-m-leonard |
|
/sponsor |
|
Going to push as commit 56f0c53.
Your commit was automatically rebased without conflicts. |
|
@jerboaa @andrew-m-leonard Pushed as commit 56f0c53. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
Thank you @jerboaa |
This PR backports the fix for resolving the --with-cacerts-src variable correctly as part of https://bugs.openjdk.java.net/browse/JDK-8278080.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17u-dev pull/170/head:pull/170$ git checkout pull/170Update a local copy of the PR:
$ git checkout pull/170$ git pull https://git.openjdk.java.net/jdk17u-dev pull/170/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 170View PR using the GUI difftool:
$ git pr show -t 170Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17u-dev/pull/170.diff