exp_continue
}
# TODO: validate,package-no-config should be unknown-package
- -re {^gatekeeper\[[0-9]+\]: \(Test\)\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\) \[AA\]\
no keyring for package ([^\r\n]+)} {
# from read_directive_file, if package keyring not found
set A(validate,package-no-keys) 1
set A(validate,filename-mismatch-directive) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\) \[AA\]\
DEBUG: Signature made [^\r\n]+} {
# from read_directive_file, reporting signature timestamp
set A(validate,signature-timestamp) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\) \[AA\]\
GPG signed upload from the future - not allowed[^\r\n]+} {
# from read_directive_file, if signature timestamp bad
set A(validate,future-signature-timestamp) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\) \[AA\]\
GPG signed upload older than/same timestamp[^\r\n]+} {
# from read_directive_file, if signature timestamp bad
set A(validate,older-signature-timestamp) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX)\])?\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX|AA)\])?\
No uploader e-mail address\(es\) to report this error to!} {
# from mail, when no email address is provided
set A(mail,no-known-address) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX)\])?\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX|AA)\])?\
NOMAIL is set - not sending email to [^\r\n]+} {
# from mail, when mail is inhibited
set A(mail,inhibited) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX)\])?\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX|AA)\])?\
Sending email to [^\r\n]+} {
# from mail, recording address list
set A(mail,addresses) 1
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX)\])?\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX|AA)\])?\
Subject: [^\r\n]+} {
# from mail, outgoing Subject line
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX)\])?\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX|AA)\])?\
Error uploading package: [^\r\n]+} {
# from mail, when a generic failure is reported
exp_continue
}
- -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX)\])?\
+ -re {^gatekeeper\[[0-9]+\]: \(Test\)(?: \[(?:RP|EX|AA)\])?\
Body: [^\r\n]+} {
# from mail, recording outgoing message body
exp_continue