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

Update package assembly to consider other manifests #3874

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Jul 29, 2024

  1. Update package assembly to consider other manifests

    Previously we used to yeild resources for the entire subtree after
    we find a package manifest, and ingore and skip creating package
    and dependencies from other manifests present there. The package
    assembly process is updated to only yeild and ignore package manifest
    resources used already to create package/dependencies.
    
    Reference: #3604
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eb5903b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    96f1d19 View commit details
    Browse the repository at this point in the history
  2. Fix pypi dependency assembly issue

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d9bf0bd View commit details
    Browse the repository at this point in the history
  3. Adjust package license detections from sibling files

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a798ccc View commit details
    Browse the repository at this point in the history