-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Choco shows pretty old version 3.1.0 of scc #508
Comments
Ah yes... one of those things I forget to ever update. Err if you want to submit a PR for it that would help. I don't think I set this up from memory and I have no idea how to actually update the choco sources for this. |
I can try. But my choco-maintainer knownledge is below zero :-) Any hint for this. Sources? Or is this all manually? Just asking. |
I honestly have no idea. It looks simple to do inside the scc repo where the choco stuff is, but I have no idea about submitting it. |
Ok. Found it. "packages/chocolatey". I can try. |
Let me know how you go! Maybe document it too... then I can keep it in line for you in the future. |
Hui ... the existing information are not much :-) I have to understand how to build a choco-package first. Then may I can reproduce the building ... but then finally I guess you should upload this stuff to choco or? |
@boyter I found something :-) First there is a missing '/" in line 12 of packages/chocolatey/scc.nuspec:
Then to create a choco package all we have to do is to run "choco pack" inside packages/chocolatey/.
I removed also all comments from chocolateyuninstall.ps1 and chocolateyinstall.ps1 as the comment inside these files tells.
The question is now what is the result of building scc itself? Because I think something must be copied inside the choco-package. I'm not sure about this step. Is the docu "make install clean" still valid? PS: docu: https://docs.chocolatey.org/en-us/create/create-packages/ |
Bämm ... I got something running :) - At least the installation ... so the whole process is not ready yet ! scc/packages/chocolatey/tools/chocolateyinstall.ps1
The installation folder looks like this:
|
Neat progress. I must confess I don't have a windows machine anymore to actually test this sort of stuff. I might need to setup a VM just for this sort of thing. |
https://community.chocolatey.org/packages/scc
The text was updated successfully, but these errors were encountered: