diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-10-16 13:54:48 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-10-16 13:54:48 +0000 |
commit | 43aacb891613909fdb0e2898fc9d85bfa20bcfad (patch) | |
tree | c8d9114bdd441ddc4bb21869a4338b739e1ad9d8 | |
parent | be6cff9570eb4e55cfef7a8a83ffd65c37aa2c91 (diff) |
db-list-unsigned-packages.py: Don't list signed packages.
-rwxr-xr-x | db-list-unsigned-packages.py | 1 |
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]) |