-
Notifications
You must be signed in to change notification settings - Fork 905
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
A pin is not created for existing installations (prior to new choco) #60
Comments
It's not exactly what is happening, some things find the pin just fine. |
It fails because it doesn't actually find the package itself, so it can't create the package information folder. |
ferventcoder
added a commit
that referenced
this issue
Jun 5, 2015
If the package folder has a version on it, it is considered a side by side path, so the package manager may not be able to resolve the path to the locally installed nupkg. When it isn't found by regular means, attempt to find it by looking for it in side by side paths. If it is not found there either, go ahead and error.
ferventcoder
added a commit
that referenced
this issue
Jun 5, 2015
* stable: (GH-296) Enhance installer template (GH-296) Add readme template (GH-305) get full path to cache folder (posh) add aliases for filetype/url64bit (GH-60) Fix: Pin errors on pkg folders w/versions (log) add debug logging around list (GH-302) Fix: choco pin list fails (log) use warn level messages as result summaries (log) add debug log search filter for nuget list (GH-317) Throw on non-existing features (GH-319) always log debug output to log file Conflicts: src/chocolatey/chocolatey.csproj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks due in part to the folder not package information folder not being created.
The text was updated successfully, but these errors were encountered: