mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-14 20:32:24 +08:00
update known_output
This commit is contained in:
parent
bc69d010e5
commit
2d4fb825a1
1 changed files with 5 additions and 5 deletions
|
@ -31,17 +31,17 @@ _keyring_output = [
|
|||
r'gpg: next trustdb check due at .+',
|
||||
r'gpg: public key .+ is .+ than the signature',
|
||||
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'[ ]+-> .+',
|
||||
]
|
||||
|
||||
KNOWN_PACKAGE_OUTPUT = {
|
||||
'': [],
|
||||
'archlinux-keyring': _keyring_output,
|
||||
'archlinuxcn-keyring': [
|
||||
*_keyring_output,
|
||||
r'gpg: marginals needed:.+ completes needed:.+ trust model: pgp',
|
||||
r'gpg: depth:.+ valid:.+ signed:.+ trust:.+, .+, .+, .+, .+, .+',
|
||||
],
|
||||
'archlinuxcn-keyring': _keyring_output,
|
||||
'brltty': [
|
||||
r'Please add your user to the brlapi group\.',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue