Skip to content

Commit

Permalink
scripts: Ignore filesystem.transfiletriggerin
Browse files Browse the repository at this point in the history
This is all about migrations and hacks, which we don't need
since every filesystem tree is constructed fresh.

xref https://gitlab.com/fedora/bootc/tracker/-/issues/29

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Oct 3, 2024
1 parent cdecce1 commit 7065669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/src/scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! {
"systemd.transfiletriggerin",
// https://bugzilla.redhat.com/show_bug.cgi?id=1473402
"man-db.transfiletriggerin",
// See https://gitlab.com/fedora/bootc/tracker/-/issues/29 - we don't need
// any of this.
"filesystem.transfiletriggerin",
// https://src.fedoraproject.org/rpms/nfs-utils/pull-request/1
"nfs-utils.post",
// There is some totally insane stuff going on here in RHEL7
Expand Down

0 comments on commit 7065669

Please sign in to comment.