summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-10-16 13:54:48 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-10-16 13:54:48 +0000
commit43aacb891613909fdb0e2898fc9d85bfa20bcfad (patch)
treec8d9114bdd441ddc4bb21869a4338b739e1ad9d8
parentbe6cff9570eb4e55cfef7a8a83ffd65c37aa2c91 (diff)
db-list-unsigned-packages.py: Don't list signed packages.
-rwxr-xr-xdb-list-unsigned-packages.py1
1 files changed, 0 insertions, 1 deletions
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])