mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-15 04:42: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: 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\.',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue