X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=daf16ff653006220e35a23d4af38b3dc2c115fed;hb=d0d94b9b1e5b21a6769991ffcb8a4eb4983efc71;hp=9040e217cf89b4d9fe13a2ecc78c4dc468d4da31;hpb=d5c5b6de82b57502530c135cd2ff4d0f23ed0767;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py old mode 100644 new mode 100755 index 9040e217..daf16ff6 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -113,3 +113,6 @@ re_user_name = re.compile(r"^pub:.*:(.*)<.*$", re.MULTILINE); re_re_mark = re.compile(r'^RE:') re_parse_lintian = re.compile(r"^(?PW|E|O): (?P.*?): (?P[^ ]*) ?(?P.*)$") + +# in process-upload +re_match_expired = re.compile(r"^The key used to sign .+ has expired on .+$")