-
Notifications
You must be signed in to change notification settings - Fork 371
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
Fix repoquery
issues
#2330
Fix repoquery
issues
#2330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the review, I was wondering: should we switch to use_local
automatically when the channels are empty, and warn the users? This will simplify the logic (no need for an additional option in the command line for instance).
Or do we want to give the user the ability to use the local packags only even if a channel(s) is (are) provided?
Hmm I think that there is a case where the channels can be configured using a rc file or other config sources, and the user may want to choose to use local repoquery for installed packages or remote ( |
The extra message is breaking the JSON output in my dev environment :(
Parsing this blindly gives |
Fix #2320 items