You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the local repo in addition to the official chocolatey repo: choco sources add -name local -source http://idontexist:4444/nuget
Obviously, this repo will not resolve...
When my local repo is unavailable, clist fails:
λ clist notepadplusplus
Chocolatey v0.9.9.2
The remote name could not be resolved: 'idontexist'
and I don´t even get the results from the other repos.
Since my local repo is the issue, I try disabling it: choco sources disable -name local
even disabled, the repos is tested:
clist notepadplusplus
Chocolatey v0.9.9.2
The remote name could not be resolved: 'idontexist'
First of all, I think clist should still return the results from the other repos even if one cannot resolve.
Also, if a repo is disabled, the issue must definitely not occure.
The text was updated successfully, but these errors were encountered:
* stable: (22 commits)
(GH-121) Making Uninstall-ChocolateyZipPackage more robust when
deleting files that were copied during installation of the Zip package
(doc) update changelog/nuspec
(GH-238) ApiKey source matching intuitive
(maint) formatting
(GH-240) Set CredentialProvider for NuGet
(GH-240) ChocolateyNugetCredentialProvider
(GH-240) Add default sources to machine sources
(maint) Only warn subcommand list if not empty
(GH-171) Use RedirectedHttpClient
(GH-240) pass credentials at runtime
(GH-240)(config) Add machine sources
(doc) how to quote values
(GH-230) Export all functions and aliases imported
(GH-230) Fix Issues with Generate/Remove BinFile
(GH-185) Remove console prompt default choices
(GH-186) Uninstall - no prompt for one version
(GH-182) Ask before printing ps1 scripts
(GH-187) Show log file path in messages.
(maint) formatting
(GH-169) Do not resolve disabled sources
...
Conflicts:
src/chocolatey/infrastructure.app/commands/ChocolateySourceCommand.cs
src/chocolatey/infrastructure.app/runners/GenericRunner.cs
choco 0.9.9.2
I am using the local repo in addition to the official chocolatey repo:
choco sources add -name local -source http://idontexist:4444/nuget
Obviously, this repo will not resolve...
When my local repo is unavailable, clist fails:
and I don´t even get the results from the other repos.
Since my local repo is the issue, I try disabling it:
choco sources disable -name local
even disabled, the repos is tested:
First of all, I think clist should still return the results from the other repos even if one cannot resolve.
Also, if a repo is disabled, the issue must definitely not occure.
The text was updated successfully, but these errors were encountered: