X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=daf16ff653006220e35a23d4af38b3dc2c115fed;hb=e5c6971fed0337270ce5c604fdc893cae7502e65;hp=9040e217cf89b4d9fe13a2ecc78c4dc468d4da31;hpb=d860b7001ae7735b7876fea0680fc6dc407caff4;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index 9040e217..daf16ff6 100755 --- 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 .+$")