Skip to content
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

[Feature] Prioritize default buckets over 3rd party buckets #5304

Closed
moltenform opened this issue Dec 22, 2022 · 1 comment
Closed

[Feature] Prioritize default buckets over 3rd party buckets #5304

moltenform opened this issue Dec 22, 2022 · 1 comment

Comments

@moltenform
Copy link

Feature Request

Is your feature request related to a problem? Please describe.

The problem is that when running scoop install name-of-package, all installed buckets are checked, and if name-of-package exists in a 3rd party bucket it can get picked up from there.

I want to be cautious when installing from non-default buckets and be intentional when getting from them. (If anything, I'd even be fine with a warning when installing from a non-default bucket).

Example:
I have the 3rd party anderlli0053_DEV-tools bucket installed.
I run scoop install nodejs-lts

Expected:
nodejs-lts exists in the main bucket, with a version just as recent, so it should be chosen.

Actual:
nodejs-lts is installed from the anderlli0053_DEV-tools bucket instead, a non-default one.

Describe the solution you'd like

Either

a) default buckets should take priority
or
b) show a "continue? yes/no" prompt when getting a package from a non-default bucket.

Describe alternatives you've considered

I know I can manually type scoop install main/name-of-package but there's also extras and so on.

@HUMORCE
Copy link
Member

HUMORCE commented Dec 22, 2022

duplicated: #5131

btw, the suggest and depends of most of manifests in official buckets do not declare the source(bucket) of the app.

@HUMORCE HUMORCE closed this as completed Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants