2021-10-01 13:10:22 +03:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2024-01-02 14:14:41 +03:00
# vi: sw=2 ts=2 et:
2021-10-01 13:10:22 +03:00
2020-12-12 09:30:26 +03:00
apparmor :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*apparmor*'
2023-01-25 19:41:16 +03:00
binfmt :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*binfmt*'
2024-01-16 17:47:11 +03:00
bsod :
- changed-files :
- any-glob-to-any-file : '**/*bsod*'
2023-01-25 19:41:16 +03:00
btrfs :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*btrfs*'
2023-07-29 15:11:14 +03:00
build-system :
2024-01-02 14:14:41 +03:00
- changed-files :
2024-07-04 21:54:19 +03:00
- any-glob-to-any-file : [ 'meson_options.txt' , '**/meson.build' ]
2020-12-12 09:30:26 +03:00
busctl :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*busctl*'
2023-01-25 19:41:16 +03:00
cgls :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*cgls*'
2023-01-25 19:41:16 +03:00
cgtop :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*cgtop*'
2023-01-25 19:41:16 +03:00
ci :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '.github/*'
2023-01-25 19:41:16 +03:00
coccinelle :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'coccinelle/*'
2023-01-25 19:41:16 +03:00
coredump :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*coredump*'
2023-01-25 19:41:16 +03:00
documentation :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'NEWS' , 'README*' , 'docs/*' , 'man/*' ]
2023-01-25 19:41:16 +03:00
env-generator :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*environment*generator*'
2024-02-19 18:00:25 +03:00
escape :
- changed-files :
- any-glob-to-any-file : '**/*escape*'
2023-01-25 19:41:16 +03:00
debug-generator :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/debug-generator*'
2023-01-25 19:41:16 +03:00
fstab-generator :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*fstab-generator*'
2023-01-25 19:41:16 +03:00
growfs :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*growfs*'
2024-01-16 17:47:11 +03:00
hibernate-resume :
- changed-files :
- any-glob-to-any-file : '**/*hibernate-resume*'
2023-01-25 19:41:16 +03:00
hwdb :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'hwdb.d/**/*'
2020-12-12 09:30:26 +03:00
journal :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/journal/*' , 'src/libsystemd/sd-journal/*' ]
2020-12-12 09:30:26 +03:00
journal-remote :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'src/journal-remote/*'
2024-04-29 13:56:54 +03:00
l10n 🌍 :
- changed-files :
- any-glob-to-any-file : 'po/*'
2024-01-03 17:09:52 +03:00
login :
- changed-files :
2024-04-19 19:23:41 +03:00
- any-glob-to-any-file : [ 'src/login/*' , '**/sd-login*/**' ]
2023-01-25 19:41:16 +03:00
meson :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'meson_options.txt' , '**/meson.build' ]
2023-01-25 19:41:16 +03:00
mkosi :
2024-01-02 14:14:41 +03:00
- changed-files :
2024-07-04 21:55:42 +03:00
- any-glob-to-any-file : '**/*mkosi*'
2024-04-08 15:09:54 +03:00
mountfsd :
- changed-files :
2024-07-04 21:54:19 +03:00
- any-glob-to-any-file : 'src/mountfsd/*'
2023-01-25 19:41:16 +03:00
network :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/libsystemd-network/**/*' , 'src/network/**/*' ]
2024-01-16 17:47:11 +03:00
nspawn :
- changed-files :
- any-glob-to-any-file : '**/*nspawn*'
2024-04-08 15:09:54 +03:00
nsresource :
- changed-files :
- any-glob-to-any-file : '**/*nsresource*'
2020-12-19 21:43:59 +03:00
portable :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'src/portable/**/*'
2023-01-26 12:42:05 +03:00
rc-local-generator :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'src/rc-local-generator/*'
2023-01-25 19:41:16 +03:00
repart :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*repart*'
2020-12-19 21:43:59 +03:00
resolve :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*resolve*'
2023-01-25 19:41:16 +03:00
rfkill :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*rfkill*'
2023-01-25 19:41:16 +03:00
rpm :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'src/rpm/*'
2023-01-25 19:41:16 +03:00
run :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/run/*' , 'man/systemd-run*' ]
2023-01-25 19:41:16 +03:00
sd-boot/sd-stub/bootctl :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/boot/**/*' , 'man/bootctl*' , 'man/systemd-boot.xml' ]
2023-01-25 19:41:16 +03:00
sd-bus :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-bus*/**'
2023-01-25 19:41:16 +03:00
sd-daemon :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-daemon*/**'
2023-01-25 19:41:16 +03:00
sd-device :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-device*/**'
2023-01-25 19:41:16 +03:00
sd-event :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-event*/**'
2023-01-25 19:41:16 +03:00
sd-hwdb :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-hwdb*/**'
2023-01-25 19:41:16 +03:00
sd-id128 :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-id128*/**'
2023-01-25 19:41:16 +03:00
sd-netlink :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-netlink*/**'
2023-01-25 19:41:16 +03:00
sd-path :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-path*/**'
2023-01-25 19:41:16 +03:00
sd-resolve :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/sd-resolve*/**'
2023-01-25 19:41:16 +03:00
selinux :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*selinux*'
2024-02-27 17:54:40 +03:00
shell-completion :
- changed-files :
- any-glob-to-any-file : 'shell-completion/*'
2023-01-25 19:41:16 +03:00
sleep :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/shared/*sleep*' , 'src/sleep/*' ]
2023-01-25 19:41:16 +03:00
smack :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*smack*'
2023-01-25 19:41:16 +03:00
socket-proxy :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*socket-proxy*'
2023-01-25 19:41:16 +03:00
sysv-generator :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*sysv-generator*'
2023-01-25 19:41:16 +03:00
systemctl :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/systemctl*'
2023-01-25 19:41:16 +03:00
sysupdate :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*sysupdate*'
2023-01-25 19:41:16 +03:00
sysvcompat :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*sysv*'
2023-01-25 19:41:16 +03:00
sysctl :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*sysctl*'
2020-12-19 21:43:59 +03:00
timedate :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*timedate*'
2020-12-19 21:43:59 +03:00
timesync :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*timesync*'
2023-01-25 19:41:16 +03:00
tests :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [
'src/test/**/*' ,
'src/fuzz/**/*' ,
'test/**/*' ,
'**/test-*' ,
'.github/workflows/*'
]
2023-01-25 19:41:16 +03:00
tpm2 :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ '**/*tpm2*' , '**/*tpm-*' ]
2023-01-25 19:41:16 +03:00
udev :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/udev/**/*' , 'src/libudev/*' , 'man/*udev*' ]
2023-01-25 19:41:16 +03:00
uki :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/ukify*'
2023-01-25 19:41:16 +03:00
units :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : 'units/**/*'
2023-01-25 19:41:16 +03:00
userdb :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*userdb*'
2023-01-25 19:41:16 +03:00
util-lib :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : [ 'src/fundamental/**/*' , 'src/basic/**/*' , 'src/shared/**/*' ]
2023-01-25 19:41:16 +03:00
vconsole :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/*vconsole*'
2024-01-16 17:47:11 +03:00
vmspawn :
- changed-files :
- any-glob-to-any-file : '**/*vmspawn*'
2023-01-25 19:41:16 +03:00
xdg-autostart :
2024-01-02 14:14:41 +03:00
- changed-files :
- any-glob-to-any-file : '**/**xdg-autostart-generator*'