-
Notifications
You must be signed in to change notification settings - Fork 163
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
Boxstarter is not parsing Chocolatey pin and source parameters correctly #265
Comments
Boxstarter is currently very install/update centric. In other words, it does not work well with other choco commands. I experimented with a fix so that if one runs another command like Unfortunate I think this is suffering from the same issue as #264 because although it is clearly passing pin to the choco dll, chocolatey is trying to perform an |
bump - same here with
Any chance to get this fixed soon? |
Boxstarter is misbehaving again, so pin to earlier version. Issue chocolatey/boxstarter#265 logged against Boxstarter.
Boxstarter is misbehaving again, so pin to earlier version. Issue chocolatey/boxstarter#265 logged against Boxstarter.
Boxstarter is misbehaving again, so pin to earlier version. Issue chocolatey/boxstarter#265 logged against Boxstarter.
Are you sure? I think you're mixing two different concepts.
Choco pin fixes the version number so that chocolatey won't upgrade the package.
The cmdlet you mention is for creating a shortcut on the Windows task bar (which no longer works on Windows 10 anyway)
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Matt Kerr <[email protected]>
Sent: Thursday, October 12, 2017 6:54:45 AM
To: mwrock/boxstarter
Cc: David Gardiner; Author
Subject: Re: [mwrock/boxstarter] choco pin isn't working (#265)
Use Install-ChocolateyPinnedTaskBarItem instead
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#265 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAXe6wt8NQB1LYSsFIgKQhAzxACE5UEVks5srSQNgaJpZM4OA2TD>.
|
My mistake! |
Boxstarter function "chocolatey" completely ignores what command is passed to chocolatey, (i.e. install, update, source, pin, ...) There should be something like
need to look a bit further into this, but want to get it fixed for the next release. |
(GH-265) Disable reboot check for anything but install, uninstall & upgrade
Boxstarter 2.9.26 is misinterpreting
choco pin
and thinks there are package names to install, rather than pinning a package.Such that
choco pin add -n=GoogleChrome
looks for a package named 'add' and also 'googlechrome'The text was updated successfully, but these errors were encountered: