Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata.kata-image: don't include tdnf/history.db
Browse files Browse the repository at this point in the history
This fixes a reproducibility issue, as the db contained timestamps.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
katexochen committed Aug 26, 2024
1 parent 54ee2e9 commit e0a1711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/by-name/kata/kata-image/package.nix
Original file line number Diff line number Diff line change
@@ -196,6 +196,7 @@ stdenv.mkDerivation rec {
--exclude='./usr/lib/systemd/system/systemd-timesyncd*' \
--exclude='./usr/lib/systemd/system/systemd-tmpfiles-setup*' \
--exclude='./usr/lib/systemd/system/systemd-update-utmp*' \
--exclude='./usr/lib/sysimage/tdnf/history.db' \
--exclude='*systemd-bless-boot-generator*' \
--exclude='*systemd-fstab-generator*' \
--exclude='*systemd-getty-generator*' \

0 comments on commit e0a1711

Please sign in to comment.