-
Notifications
You must be signed in to change notification settings - Fork 910
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
List output for other tools messed up in 0.9.9.9 (pipe separator missing) #450
Comments
And you are on the latest provider? |
|
We'll def need logs and manifests - were you upgrading an existing choco installation? |
@rismoney are you experiencing similar? |
Nothing that I am aware of changed in choco list that would cause this, but software... |
I haven't had a chance to do 0.9.9.9I can get to it really late tonight or Monday morning. Did output formatting change? |
I don't believe so, otherwise I would have run it through a few more tests. |
Hi Rob, We used the 1.0.2 version, now I have just upgraded to the latest version (chocolatey-chocolatey (v1.1.2)), but the result is the same. I have tried to attach our mini-module, the hiera config, and the chocolatey.log from the client host but it didn't allow me (Something went really wrong, and we can’t process that file). The files were renamed to .txt extensions, but no luck. How can I send you these files? This is the output of the Puppet in every run:
|
Paste the content into a gist and link the gist here. Gist.github.com |
These are the files: https://gist.github.com/crt/09e6f37fc04698ce6e7a Thanks, |
I found the issue. Ugh 5782a21#commitcomment-13577152 |
@crt I'm working on a fix for this now. I would suggest holding off on a wider deployment. If you have already did a wide deployment, this will be fixed very soon. |
@crt The good news is that the list issues will not happen again. Bumped up integration specs coverage on this, so appveyor will catch it the next time. |
When other tools use choco to determine whether a package is installed they use `choco list -lo -r`. The -r is to limit output, show only the package information. At one point the output separated information with pipes, unlike the normal output. However when commit 5782a21 was introduced, it accidentally removed this very important distinction. Correct this to again us pipes. Also add integration spec scenarios to ensure this is not subject to happen again.
Hi Rob, Thank you for your help and quickness. Unfortunately, all of our hosts got the latest version, so I have to wait for next one. Thanks once again, |
The good news is that next version is now available |
insert ninja here |
Add the following Scenarios: - when searching all available packages - when searching for a particular package - when searching packages with no filter - when searching packages with verbose
Hi All,
We are using Chocolatey with the official Puppet module on lots of Windows boxes. After Puppet updated Chocolatey to 0.9.9.9 version last night, all boxes are continuously installing each defined chocholatey packages in every half an our, which is the default Puppet running interval.
Please let me know if you need some logs, however we don't get any error messages, everything is working fine except this issue.
Thank you for your help,
Zoli
This was caused by a change in 5782a21#commitcomment-13577152 for #132.
The text was updated successfully, but these errors were encountered: