-
Notifications
You must be signed in to change notification settings - Fork 100
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
Allow cChocoSource to update an existing Source #156
Comments
Appreciate it's been some time since you submitted this but that is not the correct Chocolatey behaviour. Without additional information we can't look into this. Can you go back and complete the bug issue template? |
This might be related, if it's not let me know. I have my Chocolatey packages sitting in Azure DevOps Artefacts repostiory, hosts need to authenticate using a token which has an expiry date. I'm unable to simply update the credentials in order for the source to be updated, I instead have to remove the source and add it again, which brings further complicates due to the source name being a unique value. In each of the below scenarios, the source credential is updated ( Example of what I currently have to do:
Example of what I'm okay with, but not ideal:
Example I'd like to see:
|
(GH-156) cChocoSource can now update source URL
Is your feature request related to a problem? Please describe.
cChocoSource
does not update source URL on an existing source.Describe the solution you'd like
cChocoSource
to update source URL if a source with the specifiedName
already exists.Describe alternatives you've considered
Manually deleting Chocolatey source on managed servers when URL changes.
Additional context
I've submitted a patch.
The text was updated successfully, but these errors were encountered: