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

make_cpio: sort files used as cpio input #2163

Merged
merged 1 commit into from
Dec 12, 2023
Merged

make_cpio: sort files used as cpio input #2163

merged 1 commit into from
Dec 12, 2023

Conversation

malt3
Copy link
Contributor

@malt3 malt3 commented Dec 12, 2023

Pathlib's glob functions return files in the order used by the filesystem. This may differ between implementations and configuration (file system, locale). For better reproducibility, the file list should be sorted.

mkosi/archive.py Outdated Show resolved Hide resolved
Pathlib's glob functions return files in the order used by the filesystem.
This may differ between implementations and configuration (file system, locale).
For better reproducibility, the file list should be sorted.
@DaanDeMeyer DaanDeMeyer merged commit 5629e6b into systemd:main Dec 12, 2023
14 checks passed
@malt3 malt3 deleted the fix/cpio_sorting branch December 12, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants