Skip to content

Commit 30af256

Browse files
committed
fix mangle branch tag
1 parent 2e6f8bd commit 30af256

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mangle/koji/branch_tag.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,15 @@
8080
{f'epel-{MAJOR}-stable': {'pri': 6, 'mode': 'bare'}}
8181
],
8282
'extra': KIWI},
83+
84+
# Some builds need nspawn on, so this facilitates it
8385
f'{PREFIX}-kiwi-nspawn': {
8486
'parent': f'{PREFIX}-build',
85-
'build': f'{PREFIX}-kiwi-nspawn', 'dest': f'{PREFIX}'},
87+
'build': f'{PREFIX}-kiwi-nspawn', 'dest': f'{PREFIX}',
88+
'external': [
89+
{f'sig-core-{MAJOR}-infra': {'pri': 4, 'mode': 'koji'}}
90+
],
91+
},
8692
}
8793

8894
RISCV_TARGETS = {

0 commit comments

Comments
 (0)