-
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
cChoco uninstalls, then reinstall if package is out of date. #95
Comments
This may cause some weirdness when you use cChoco to keep Chocolatey itself updated. |
Have a hot fixed branch of this, but without a complete refactor the patch adds another call to choco list what's isn't very optimised. |
@lukemgriffith we can get started on looking at the PR and move from there to make it more optimized. |
#92 might help make my fix be more optimized. |
@lukemgriffith #92 has been merged. |
The uninstall / reinstall behavior is causing problems for my project as well. @lukemgriffith Is there anything I can do to help with your hotfix? Or is this issue truly up for grabs if I wanted to take a crack at it? |
Been a long time since I've worked on this. I cant remember anything of my PR please go ahead :) |
cChoco/DSCResources/cChocoPackageInstall/cChocoPackageInstall.psm1
Line 99 in 6b8f5a5
Resource, when provided with a version number and an out of date package will uninstall the current version and reinstall the newer - leading to unwanted behavior with some
The text was updated successfully, but these errors were encountered: