-
Notifications
You must be signed in to change notification settings - Fork 187
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
Modify all calls to WriterWriteHelp
to adapt to API change
#5339
Modify all calls to WriterWriteHelp
to adapt to API change
#5339
Conversation
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 otherwise. It will need changes in other CFEngine repos, but I can take care of that. Thanks!
5444a9e
to
8ac665f
Compare
Bumps [libntech](https://github.com/cfengine/libntech) from `49cd554` to `8545ebb`. - [Commits](NorthernTechHQ/libntech@49cd554...8545ebb) --- updated-dependencies: - dependency-name: libntech dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Lluis Campos <[email protected]>
Signed-off-by: Lluis Campos <[email protected]>
8ac665f
to
3de33e9
Compare
@cf-bottom jenkins, please |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/9937/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9937/ |
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.
Great work, but looks like this needs at least a change in enterprise repo for windows to compile.
What do you mean @olehermanse? I see this:
|
Tested, built together with https://github.com/cfengine/nova/pull/2130#issuecomment-1754585718. And it seems to work :) |
Not able to merge |
@lluiscampos @olehermanse did we really want to remove all the Commands: text from the help? It used to be
But now is
Not quite as informative as it should be I think. |
Thanks for reporting. The commands were indeed removed by mistake. See the follow-up in #5353. See discussion there for what happened to the examples. |
Merge together:
#5339
https://github.com/cfengine/nova/pull/2128