summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-06-05 13:14:59 -0400
committerJesse Keating <jkeating@redhat.com>2008-06-05 13:14:59 -0400
commit8a29a6ae8c8feda1575f7705a332344e3f04afc4 (patch)
tree97f67932beb506b0cabe84548d9a5373459317be
parent4fb847ab62ef959e1c65b05e5081876c4c0a2fc8 (diff)
downloadreleng-8a29a6ae8c8feda1575f7705a332344e3f04afc4.tar.gz
releng-8a29a6ae8c8feda1575f7705a332344e3f04afc4.tar.xz
releng-8a29a6ae8c8feda1575f7705a332344e3f04afc4.zip
Don't try to import the base package, those aren't signed. Waste of time.
-rwxr-xr-xscripts/sign_unsigned.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sign_unsigned.py b/scripts/sign_unsigned.py
index 09f2f2d..5d65068 100755
--- a/scripts/sign_unsigned.py
+++ b/scripts/sign_unsigned.py
@@ -716,8 +716,8 @@ class SignUnsigned(CliTool, KojiTool):
self.print_debug("Checking cached signatures")
uncached = self.find_uncached(rpms, level=self.options.level)
#because we're in transition, some rpms may be signed, but not have that signature cached
- self.print_debug("Checking for uncached signatures (%d rpms)" % len(uncached))
- unsigned = self.try_import(uncached, level=self.options.level)
+ #self.print_debug("Checking for uncached signatures (%d rpms)" % len(uncached))
+ #unsigned = self.try_import(uncached, level=self.options.level)
self.print_debug("Signing to cache (%d rpms)" % len(unsigned))
self.sign_to_cache(unsigned, self.options.level)