show correct repo data when tag is both a build tag and destination tag
This commit is contained in:
parent
0923de7bc8
commit
46f20d36c8
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -3170,7 +3170,7 @@ def anon_handle_taginfo(options, session, args):
|
|||
print " %s (%s, %s)" % (target['name'], target['build_tag_name'], repos[target['build_tag']])
|
||||
if build_targets:
|
||||
print "This tag is a buildroot for one or more targets"
|
||||
print "Current repo: %s" % repos[target['build_tag']]
|
||||
print "Current repo: %s" % repos[info['id']]
|
||||
print "Targets that build from this tag:"
|
||||
for target in build_targets:
|
||||
print " %s" % target['name']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue