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

eext.yaml sanity check #121

Closed
wants to merge 1 commit into from
Closed

Conversation

manishk-arista
Copy link
Contributor

If repo path for any package under extern dependencies is left empty it would throw an error. If unsupported architecture is provided in multilib it would throw an error. These issues are handled in this commit. Sanity check is added for eextgen in eext.yaml file.

  • Check added to catch empty repo paths for a package in yaml:"external-dependencies"
  • Check added to catch unsupported architectures in yaml:"multilib"

If repo path for any package under extern dependencies is left empty
it would throw an error. If unsupported architecture is provided in
multilib it would throw an error. These issues are handeled in this commit.
Sanity check is added for eextgen in eext.yaml file.
- Check added to catch empty repo paths for a package in yaml:"external-dependencies"
- Check added to catch unsupported architectures in yaml:"multilib"

Fixes: BUG1001386
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.

1 participant