fix getting tag from buildroot
This commit is contained in:
parent
6ff606b5f8
commit
c3b95e84af
1 changed files with 2 additions and 2 deletions
|
|
@ -9618,9 +9618,9 @@ def policy_get_build_tags(data, taginfo=False):
|
|||
else:
|
||||
tinfo = get_buildroot(br_id, strict=True)
|
||||
if taginfo:
|
||||
tags[tinfo['tag_name']] = get_tag(tinfo, strict=True)
|
||||
tags[tinfo['tag_name']] = get_tag(tinfo['tag_name'], strict=True, event="auto")
|
||||
else:
|
||||
tags[tinfo['tag_name']] = tinfo
|
||||
tags[tinfo['tag_name']] = tinfo['tag_name']
|
||||
|
||||
if taginfo:
|
||||
tags = tags.values()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue