fix up archiveinfo page

This commit is contained in:
Mike McLean 2016-08-20 15:47:24 -04:00
parent 15f483feea
commit f98c102722
3 changed files with 60 additions and 64 deletions

View file

@ -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: