-
Notifications
You must be signed in to change notification settings - Fork 903
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
Force should set allow-downgrade to true #585
Comments
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 29, 2016
Previously, force would do everything except for allow downgrades to occur. There is a special switch for downgrades (`--allow-downgrades`) and it was required to be passed to allow for a downgrade to occur. When a user issues the force command they expect that it should override anything necessary in the install/upgrade, including a downgrade, because they are forcing it (force means overriding the behavior of the system). Allow force to override the check for downgrades.
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
Previously, force would do everything except for allow downgrades to occur. There is a special switch for downgrades (`--allow-downgrades`) and it was required to be passed to allow for a downgrade to occur. When a user issues the force command they expect that it should override anything necessary in the install/upgrade, including a downgrade, because they are forcing it (force means overriding the behavior of the system). Allow force to override the check for downgrades.
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
* ticket/stable/pro-hooks: (25 commits) (GH-584) Build virus check configuration (GH-584) Make empty Get-VirusCheckValid call (GH-583) Mark command methods virtual (specs) Try twice to delete .chocolatey directory (docs) update CHANGELOG / nuspec (GH-535) Tags before summary in nuspec template (GH-479) Remove NuGet cache of package (GH-584) Reinstall should use available package (GH-590) Explicit Cache - No chocolatey subdirectory (GH-584) Set Env Variable for PowerShell Host (maint) formatting (GH-590) Uninstall Cleanup Cache / Delete on Force (GH-585) Force should allow downgrade (GH-584) Hook for loading licensed posh extensions (GH-584) License name - Redact @Domain of email (GH-584) Load licensed version (GH-584) Simple injector load component registries (GH-584) Get version info for other assemblies (GH-584) Assembly adapter enhancements (GH-583) unseal commands ...
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
* stable: (26 commits) (GH-584) Build virus check configuration (GH-584) Make empty Get-VirusCheckValid call (GH-583) Mark command methods virtual (specs) Try twice to delete .chocolatey directory (docs) update CHANGELOG / nuspec (GH-535) Tags before summary in nuspec template (GH-479) Remove NuGet cache of package (GH-584) Reinstall should use available package (GH-590) Explicit Cache - No chocolatey subdirectory (GH-584) Set Env Variable for PowerShell Host (maint) formatting (GH-590) Uninstall Cleanup Cache / Delete on Force (GH-585) Force should allow downgrade (GH-584) Hook for loading licensed posh extensions (GH-584) License name - Redact @Domain of email (GH-584) Load licensed version (GH-584) Simple injector load component registries (GH-584) Get version info for other assemblies (GH-584) Assembly adapter enhancements (GH-583) unseal commands ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: