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

[build] Do not ignore well-known debian files #14565

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

bluecmd
Copy link
Contributor

@bluecmd bluecmd commented Apr 7, 2023

Includes the common debian files that we always want to include.

This mitigates but does not fully solve #7683 as it could be more files that are ignored by this default rule.

Why I did it

  • I spent a few hours debugging an issue that turns out was due to me missing to add a few ignored files in a debian/ subdirectory.

How I did it

  • Looked at common debian files that we always want to include

How to verify it

  • Create e.g. debian/sonic-platform-foobar.postinst in a platform directory and it will show up in git status.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211

I am working with 202211 so backports would be appreciated.

Description for the changelog

N/A

A picture of a cute animal (not mandatory but encouraged)

image

Includes the common debian files that we always want to include.

This mitigates but does not fully solve sonic-net#7683 as it
could be more files that are ignored by this default rule.

Signed-off-by: Christian Svensson <blue@cmd.nu>
@lguohan lguohan merged commit 97c29a4 into sonic-net:master Apr 12, 2023
@bluecmd bluecmd deleted the patch-7 branch April 12, 2023 16:28
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