-
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
Resolve sources by name #356
Comments
Thanks for making sure we got that logged. |
Related to #63 |
Is there any progress on this issue? Our company has to remain on the POSH version of chocolatey until this issue is resolved. |
@The1nternet interesting. I can see if I can get into the impending release at 0.9.10. |
I didn't realize this ever worked. |
This is going out in today's beta of 0.9.10. |
ferventcoder
added a commit
that referenced
this issue
May 28, 2016
When passing -source, allow passing the name of the source and choco will resolve the actual source value and update the actual sources appropriately.
ferventcoder
added a commit
that referenced
this issue
May 28, 2016
* stable: (doc) update CHANGELOG/nuspec (GH-753) Get-WebFileName Matches on Invalid Chars (doc) update CHANGELOG/nuspec (GH-356) Resolve sources by name (GH-732) Request/Response Timeout configurable (maint) formatting (GH-751) Use package name/version from env vars (GH-752) Combine Push timeout and execution timeout (GH-622) Remove NuGet temp folders (GH-622) Allow silent retries (GH-584) License loading occurs in DLL (GH-584) update licensing docs (doc) update CHANGELOG/nuspec (GH-733) Don't pass some args to dependencies (doc) update CHANGELOG/nuspec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running:
choco install packagename -s=mysourcename
the source is not resolved by name. Instead, you must use the source url, and pass in the full url of the source, in order to resolve it correctly.
The source should be able to resolve by name, so that the full url is not required on each install command.
The text was updated successfully, but these errors were encountered: