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

feat(model): Add a constant for the conan forge #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fviernau
Copy link

The external namespace aka. forge conan is present in Black Duck's KB components data sets. So, add the corresponding constant to the Forge class.

@@ -31,6 +31,7 @@ public class Forge extends Stringable {
public static final Forge CENTOS = new Forge("/", "centos");
public static final Forge CODEPLEX = new Forge("/", "codeplex");
public static final Forge CODEPLEX_GROUP = new Forge("/", "codeplex_group");
public static final Forge CONAN = new Forge(":", "conan");

Choose a reason for hiding this comment

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

If this really needs to use : as a separator, it should be moved to the section starting at line 66, AFAIU.

Copy link
Author

Choose a reason for hiding this comment

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

Right, done.

The external namespace aka. forge `conan` is present in Black Duck's
KB components data sets. So, add the corresponding constant to the
`Forge` class.

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
fviernau added a commit to oss-review-toolkit/ort that referenced this pull request Jan 24, 2025
The known forges, `Forge.getKnowForges()`, defined in
`bdio-integration` lacks an entry for the "conan" forge. Fix this with a
work around, see also [1].

[1]: blackducksoftware/integration-bdio#40

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
fviernau added a commit to oss-review-toolkit/ort that referenced this pull request Jan 24, 2025
The known forges, `Forge.getKnowForges()`, defined in
`bdio-integration` lacks an entry for the "conan" forge. Fix this with a
work around, see also [1].

[1]: blackducksoftware/integration-bdio#40

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
fviernau added a commit to oss-review-toolkit/ort that referenced this pull request Jan 24, 2025
The known forges, `Forge.getKnowForges()`, defined in
`bdio-integration` lack an entry for the "conan" forge. Fix this with a
work around, see also [1].

[1]: blackducksoftware/integration-bdio#40

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
fviernau added a commit to oss-review-toolkit/ort that referenced this pull request Jan 24, 2025
The known forges, `Forge.getKnowForges()`, defined in
`bdio-integration` lack an entry for the "conan" forge. Fix this with a
work around, see also [1].

[1]: blackducksoftware/integration-bdio#40

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
fviernau added a commit to oss-review-toolkit/ort that referenced this pull request Jan 24, 2025
The known forges, `Forge.getKnowForges()`, defined in
`bdio-integration` lack an entry for the "conan" forge. Fix this with a
work around, see also [1].

[1]: blackducksoftware/integration-bdio#40

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
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