koji_hub: Fix incorrect channel of secure-boot chain builds (#7674)
This commit is contained in:
parent
f8fb672f2f
commit
0fc00d4b41
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,7 @@ channel =
|
|||
method createdistrepo :: use createrepo
|
||||
method buildContainer :: use container
|
||||
has req_channel && has_perm customchannel :: req
|
||||
is_child_task :: parent
|
||||
|
||||
#we want pesign-test-app to always go to the secure-boot channel even for scratch builds
|
||||
source */pesign-test-app* && has_perm secure-boot :: use secure-boot
|
||||
#make sure all scratch builds go to default channel
|
||||
|
@ -119,6 +119,7 @@ channel =
|
|||
source */fwupdate* && has_perm secure-boot :: use secure-boot
|
||||
source */fwupd* && has_perm secure-boot :: use secure-boot
|
||||
|
||||
is_child_task :: parent
|
||||
all :: use default
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue