mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] logging: we don't care about 'update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults'
This commit is contained in:
parent
4ebcaf8d7e
commit
4e917b5e96
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ def hook_exec(
|
|||
r"Created symlink /etc/systemd",
|
||||
r"dpkg: warning: while removing .* not empty so not removed",
|
||||
r"apt-key output should not be parsed",
|
||||
r"update-rc.d: ",
|
||||
]
|
||||
return all(not re.search(w, msg) for w in irrelevant_warnings)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue