-
Notifications
You must be signed in to change notification settings - Fork 32
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
openssh: update to 9.3.P1 #92
Conversation
Signed-off-by: Matthias Aßhauer <[email protected]>
And that failed because we're passing a |
Whoops. This is not good. The automation failed. I am on it. Or would I step on your toes @rimrul? |
To be precise, I am talking about this error:
|
Actually, the root cause seems to be here:
|
No, it's fine. I think it's literally just failing because of the letter |
Right. I think I renamed this in my |
Almost looking good. The only problem I see is the funny space: |
I have a fix for that, and once the workflow run completed, will push an update to git-for-windows/git-for-windows-automation#41 that not only removes that space, but also updates the still-queued |
That fix is here: git-for-windows/git-for-windows-automation@a2fbf72
And that was done via git-for-windows/git-for-windows-automation@6d85c38. Now off to build openssh for i686. |
This build will prove that the proposed fixes in cd8264d (build-and-deploy: use the correct input name `rev`, 2023-03-16) and a2fbf72 (build-and-deploy: remove the funny space from the Check Run title, 2023-03-16) correctly address the build failure in https://github.com/git-for-windows/git-for-windows-automation/actions/runs/4435243299 that prevented the deployment in git-for-windows/MSYS2-packages#92 (comment) from working. Signed-off-by: Johannes Schindelin <[email protected]>
I pushed git-for-windows/git-for-windows-automation@4796c75 which started https://github.com/git-for-windows/git-for-windows-automation/actions/runs/4436229196/jobs/7784388159, and so far it's looking good: |
@rimrul the workflow runs seem to have worked! Could I ask you to take it from here? |
Yes. |
/add relnote Comes with OpenSSH v9.3p1 |
The response was:
The reason is that this command requires a type ( The app should probably respond with an error message in a new issue comment, I guess... |
/add relnote feature Comes with OpenSSH v9.3p1 The workflow run was started |
Yes, that would be helpful. I have ideas for a PR, but probably won't get around to that before saturday or sunday. |
This closes git-for-windows/git#4348