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

Add ecosystem specific inclusions or exclusions #1550

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AyanSinhaMahapatra
Copy link
Member

Also ignore specific files paths containing metadata in ruby gems.

Reference: #1438
Reference: #1476

@AyanSinhaMahapatra AyanSinhaMahapatra marked this pull request as draft January 20, 2025 12:43
Also ignore specific files paths containing metadata in ruby
gems.

Reference: #1438
Reference: #1476
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Copy link
Member

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

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

Looking fine, the name "config.py" is too generic though for now.

@@ -0,0 +1,115 @@
# SPDX-License-Identifier: Apache-2.0
Copy link
Member

Choose a reason for hiding this comment

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

IMHO we need a better name as this is not a general purpose configuration. It could be either:

  • ecosystem_config.py
  • or better d2d_config.py as this is really focused on d2d for now, and may even need to be brought down one dir under /pipelines

"""Configurations which are common across multiple ecosystems."""

ecosystem_option = "Default"
purldb_package_extensions = [".zip", ".tar.gz", ".tar.xz"]
Copy link
Member

Choose a reason for hiding this comment

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

This looks fairly limited but OK as a default.

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