More detailed message for unsigned rpms.
This commit is contained in:
parent
ba9df6dc5e
commit
9235844529
@ -243,7 +243,7 @@ class KojiPackageSet(PackageSetBase):
|
|||||||
found = True
|
found = True
|
||||||
else:
|
else:
|
||||||
# or raise an exception
|
# or raise an exception
|
||||||
raise RuntimeError("RPM not found for sigs: %s" % self.sigkey_ordering)
|
raise RuntimeError("RPM %s not found for sigs: %s" % (rpm_info, self.sigkey_ordering))
|
||||||
|
|
||||||
if not found:
|
if not found:
|
||||||
raise RuntimeError("Package not found: %s" % rpm_info)
|
raise RuntimeError("Package not found: %s" % rpm_info)
|
||||||
|
Loading…
Reference in New Issue
Block a user