cli: [rpminfo]rename "Payload" to "SIGMD5"
This commit is contained in:
parent
1e0d856f00
commit
e083ddf058
1 changed files with 3 additions and 3 deletions
6
cli/koji
6
cli/koji
|
|
@ -3281,10 +3281,10 @@ def anon_handle_rpminfo(options, session, args):
|
|||
print "SRPM: %(epoch)s%(name)s-%(version)s-%(release)s [%(id)d]" % buildinfo
|
||||
print "SRPM Path: %s" % os.path.join(koji.pathinfo.build(buildinfo), koji.pathinfo.rpm(buildinfo))
|
||||
print "Built: %s" % time.strftime('%a, %d %b %Y %H:%M:%S %Z', time.localtime(info['buildtime']))
|
||||
print "Payload: %(payloadhash)s" %info
|
||||
print "Size: %(size)s" %info
|
||||
print "SIGMD5: %(payloadhash)s" % info
|
||||
print "Size: %(size)s" % info
|
||||
if not info.get('external_repo_id', 0):
|
||||
print "Build ID: %(build_id)s" %info
|
||||
print "Build ID: %(build_id)s" % info
|
||||
if info['buildroot_id'] is None:
|
||||
print "No buildroot data available"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue