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

Honour custom exclude for filesystem builds #2653

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

alyssarosenzweig
Copy link
Contributor

All other call sites honour the custom exclude file, it's just this one that needs to be fixed. This unblocks use of Kiwi for generating FEX rootfs.

Closes: #2652

@Conan-Kudo Conan-Kudo self-assigned this Sep 24, 2024
@Conan-Kudo
Copy link
Member

@alyssarosenzweig Can you address the style check error?

/home/runner/work/kiwi/kiwi/kiwi/builder/filesystem.py:208:64: W504 line break after binary operator
1     W504 line break after binary operator
1

All other call sites honour the custom exclude file, it's just this one
that needs to be fixed. This unblocks use of Kiwi for generating FEX
rootfs.

Closes: OSInside#2652
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
@alyssarosenzweig
Copy link
Contributor Author

@alyssarosenzweig Can you address the style check error?

/home/runner/work/kiwi/kiwi/kiwi/builder/filesystem.py:208:64: W504 line break after binary operator
1     W504 line break after binary operator
1

Done.

@Conan-Kudo Conan-Kudo merged commit ddc7ad0 into OSInside:main Sep 24, 2024
12 checks passed
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.

No way to delete /dev
2 participants