fix up archiveinfo page
This commit is contained in:
parent
15f483feea
commit
f98c102722
3 changed files with 60 additions and 64 deletions
2
cli/koji
2
cli/koji
|
|
@ -3325,7 +3325,7 @@ def anon_handle_buildinfo(options, session, args):
|
|||
if other_archives:
|
||||
print 'Archives:'
|
||||
for archive in other_archives:
|
||||
print os.path.join(koji.pathinfo.buildfiles(info), archive['filename'])
|
||||
print os.path.join(koji.pathinfo.typedir(info), archive['filename'])
|
||||
if rpms:
|
||||
print "RPMs:"
|
||||
for rpm in rpms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue