[releng] sigulsign_unsigned: Fix --just-list

Till Maas till at fedoraproject.org
Wed Nov 5 20:56:34 UTC 2014


commit f32f21a5c48bcc6494e76b4bcaaf3c2785811ef4
Author: Till Maas <opensource at till.name>
Date:   Wed Nov 5 21:58:05 2014 +0100

    sigulsign_unsigned: Fix --just-list

 scripts/sigulsign_unsigned.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/sigulsign_unsigned.py b/scripts/sigulsign_unsigned.py
index 3a9b185..ddb5c67 100755
--- a/scripts/sigulsign_unsigned.py
+++ b/scripts/sigulsign_unsigned.py
@@ -558,7 +558,7 @@ if __name__ == "__main__":
 
     # Get unsigned packages
     logging.info('Checking for unsigned rpms in koji')
-    unsigned = list(kojihelper.get_unsigned_rpms(rpmdict, sigul_helper.keyid))
+    unsigned = list(kojihelper.get_unsigned_rpms(rpmdict, KEYS[key]['id']))
     for rpm in unsigned:
         logging.debug('%s is not signed with %s' % (rpm, key))
 


More information about the rel-eng mailing list