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

Change dependecy list to arch specific dependecies #102

Merged
merged 1 commit into from
Apr 4, 2024

Commits on Apr 1, 2024

  1. Sqaushed changes of following 2 commits

    Change dependecy list to arch specific dependecies
    Currently we support eext packages to specify a list of dependecies for
    the package. Some packages reqiure the dependecies only for a specific
    arch (since dependecies for other archs are available upstream).
    Hence we support arch specific dependecies for eext packages, allowed
    archs are 'i686', 'x86_64' and 'all'(both)
    
    Added documentation and checks for dependencies
    Updated the dependencies docstring with additional details for usage.
    Added checks to ensure dependencies and not duplicated across archs,
    and only valid arch is provided as argument.
    Updated supported test cases to cover all arch dependency cases.
    
    Fixes: BUG908812
    manith-arista committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    86bb1a2 View commit details
    Browse the repository at this point in the history