-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support upgrading of CINC Client #252
base: main
Are you sure you want to change the base?
Conversation
The directory name is incorrect when upgrading CINC. This change fixes the path. This change is coupled with chef/mixlib-install#389. Signed-off-by: Stuart Stephen [email protected]
The directory name is incorrect when upgrading CINC. This change fixes the path. This change is coupled with chef/mixlib-install#389. Signed-off-by: Stuart Stephen <[email protected]>
Signed-off-by: Stuart Stephen <[email protected]>
Each time I sign off the commit, it's adding a new merge remote commit. Any idea how to stop that? |
I would super like to have cinc-client upgrades work :D |
The issue affects very old cinc-client versions (we're on 15.6.10 and upgrading to 18.3.0), so the maintainers opted not to take the changes, which is their decision. If you take the code changes I have suggested in this PR and also the mixlib changes mentioned too, then the upgrade can work. I've put my custom mixlib into an artifactory instance and so that's been enough for me to make progress. |
Oh that's interesting. I'm on cinc-client 18.3.0 and it didn't cooperate. I got the same error from #249 and I thought this was still the solution... Maybe it's not related to this, but more on that other one. |
There is a product matrix in mixlib that needed updating to add cinc which is what my pull request to mixlib added: See this specifically: |
Description
The directory name is incorrect when upgrading CINC. This change fixes the path.
This change is coupled with chef/mixlib-install#389.
Related Issues
#228
chef/mixlib-install#339
#249
Check List