update known_output

This commit is contained in:
JerryXiao 2021-06-17 10:17:14 +08:00
parent bc69d010e5
commit 2d4fb825a1
Signed by: Jerry
GPG key ID: 22618F758B5BE2E5

View file

@ -31,17 +31,17 @@ _keyring_output = [
r'gpg: next trustdb check due at .+', r'gpg: next trustdb check due at .+',
r'gpg: public key .+ is .+ than the signature', r'gpg: public key .+ is .+ than the signature',
r'gpg: Warning: using insecure memory!', r'gpg: Warning: using insecure memory!',
r'gpg: checking the trustdb',
r'gpg: setting ownertrust to .+',
r'gpg: marginals needed:.+ completes needed:.+ trust model: pgp',
r'gpg: depth:.+ valid:.+ signed:.+ trust:.+, .+, .+, .+, .+, .+',
r'[ ]+-> .+', r'[ ]+-> .+',
] ]
KNOWN_PACKAGE_OUTPUT = { KNOWN_PACKAGE_OUTPUT = {
'': [], '': [],
'archlinux-keyring': _keyring_output, 'archlinux-keyring': _keyring_output,
'archlinuxcn-keyring': [ 'archlinuxcn-keyring': _keyring_output,
*_keyring_output,
r'gpg: marginals needed:.+ completes needed:.+ trust model: pgp',
r'gpg: depth:.+ valid:.+ signed:.+ trust:.+, .+, .+, .+, .+, .+',
],
'brltty': [ 'brltty': [
r'Please add your user to the brlapi group\.', r'Please add your user to the brlapi group\.',
], ],