From d58c404991ec352eccc4f4f294844595cf5e9cfb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Oct 2013 09:34:57 +0100 Subject: Exclude squeeze I don't want to remove squeeze artifacts yet, so I'm just ignoring it for now. --- check-code.liw.fi-versions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check-code.liw.fi-versions b/check-code.liw.fi-versions index eac6d8e..0ea3169 100755 --- a/check-code.liw.fi-versions +++ b/check-code.liw.fi-versions @@ -21,6 +21,8 @@ def produce_package_data(): for line in text.splitlines() if line.startswith('Codename:')) + codenames = set(x for x in codenames if x != 'squeeze') + data = '' for codename in codenames: p = subprocess.Popen( -- cgit v1.2.1