From 43aacb891613909fdb0e2898fc9d85bfa20bcfad Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 16 Oct 2012 13:54:48 +0000 Subject: db-list-unsigned-packages.py: Don't list signed packages. --- db-list-unsigned-packages.py | 1 - 1 file changed, 1 deletion(-) diff --git a/db-list-unsigned-packages.py b/db-list-unsigned-packages.py index ccbec3a..36be93a 100755 --- a/db-list-unsigned-packages.py +++ b/db-list-unsigned-packages.py @@ -50,7 +50,6 @@ def main(): if line == b"%ARCH%\n": is_arch = True if skip: - print("skip " + repo + "/" + entry.name[:-5]) continue print(repo + "/" + entry.name[:-5]) -- cgit v1.2.3