debian-forge/tools
Christian Kellner 33283853e9 tree-diff: properly detect missing selinux labels
Detect the case that one file has a SELinux label but the other
file does not have any label at all. This was currently not
possible to detect because both calls to get the labels were
wrapped in one try-except block and any failure in one of the
two calls, like a missing label, would lead to an early return
of the function, with a success value.
2021-01-26 12:09:23 +01:00
..
mpp-depsolve.py tools/mpp-depsolve: make use of dnf's per-user cache 2020-10-19 17:37:46 +01:00
mpp-import-pipeline.py tools: add pipeline-import mpp 2020-06-05 09:27:40 +02:00
tree-diff tree-diff: properly detect missing selinux labels 2021-01-26 12:09:23 +01:00