Codebase list debian-goodies / 88ac8ca
Ignore deleted files in /var/lib/sss/mc/ as these are caches from sssd using patch provided by Baptiste Beauplat (Closes: #929802) Javier Fernandez-Sanguino 3 years ago
2 changed file(s) with 12 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
566566 return 0
567567 # Skip memfd files
568568 if f.startswith('/memfd:'):
569 return 0
570 # Skip sssd cache
571 if f.startswith('/var/lib/sss/mc/'):
569572 return 0
570573 # Skip, if asked to, files that do not belong to any package
571574 if onlyPackageFiles:
0 debian-goodies (0.87) UNRELEASED; urgency=medium
1
0 debian-goodies (0.88) UNRELEASED; urgency=medium
1
2 [ Paul Wise ]
23 * find-dbgsym-packages: print the command being executed
34
4 -- Paul Wise <pabs@debian.org> Mon, 25 May 2020 11:20:42 +0800
5 [ Javier Fernández-Sanguino Peña ]
6 * checkrestart: Ignore deleted files in /var/lib/sss/mc/ as
7 these are caches from sssd using patch provided by
8 Baptiste Beauplat (Closes: #929802)
9
10 -- Javier Fernández-Sanguino Peña <jfs@debian.org> Tue, 01 Sep 2020 21:33:48 +0200
511
612 debian-goodies (0.86) unstable; urgency=medium
713