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

Fix picking the pkg target for fully qualified ident #1706

Merged
merged 2 commits into from
Feb 9, 2022

Conversation

sajjaphani
Copy link
Contributor

When we do not supply the target parameter for a package, it will default to X86_64_Linux. However, if the input ident is fully qualified, the builder determines the correct target when finding a package.

Sample route:
/v1/depot/pkgs/neurosis/testapp/0.1.4/20181115124506

After identifying the package, the target property from the newly found package should be used instead of the default.

Signed-off-by: Phani Sajja psajja@progress.com

Signed-off-by: Phani Sajja <psajja@progress.com>
Copy link
Contributor

@mwrock mwrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. I think you just need a simple formatting change here.

Signed-off-by: Phani Sajja <psajja@progress.com>
@sajjaphani sajjaphani merged commit bff37f0 into main Feb 9, 2022
@sajjaphani sajjaphani deleted the psajja/fix-check-pkg-target branch February 9, 2022 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants