Skip to content

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

Open
fviernau wants to merge 1 commit into
blackducksoftware:masterfrom
fviernau:add-conan-as-forge
Open

feat(model): Add a constant for the conan forge#40
fviernau wants to merge 1 commit into
blackducksoftware:masterfrom
fviernau:add-conan-as-forge

Conversation

@fviernau

Copy link
Copy Markdown

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.

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");

Copy link
Copy Markdown

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
Copy Markdown
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