ignore indirectionimage tasks in source test handler
This commit is contained in:
parent
8825cdaff7
commit
eb2f6065b1
1 changed files with 2 additions and 0 deletions
|
|
@ -6780,6 +6780,8 @@ class SourceTest(koji.policy.MatchTest):
|
|||
# winbuild - (name, source_url, target, opts=None)
|
||||
if info['method'] == 'winbuild':
|
||||
data[self.field] = params[1]
|
||||
elif info['method'] == 'indirectionimage':
|
||||
return False
|
||||
else:
|
||||
data[self.field] = params[0]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue